#bcbf3f

Color #BCBF3F Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #BCBF3F

Tints of Celery #BCBF3F

Color information

#BCBF3F (or 0xBCBF3F) is unknown color: approx Celery. HEX triplet: BC, BF and 3F. RGB value is (188,191,63). Sum of RGB (Red+Green+Blue) = 188+191+63=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBF3F is #4340C0. Grayscale: #B0B0B0. Windows color (decimal): -4407489 or 4177852. OLE color: 4177852.

HSL color Cylindrical-coordinate representation of color #BCBF3F: hue angle of 61.41º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCBF3F is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB18819163-
CMYK0.0200.670.25
HSL61.41º50.39%49.8%-
HSV(B)61.41º67.02%74.9%-
XYZ40.2748.3111.91-
YUV175.5164.51136.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 191 (75% from 255) = 43.21%
BLUE value IS 63 (25% from 255) = 14.25%
R=42.53%
G=43.21%
B=14.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188191630.0200.670.2561.4150.3949.8
HexBCBF3F2043193d3232
Octal274277772010331756262
Binary1011110010111111111111100100001111001111101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcbf3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcbf3f; }

 p { color: rgb(188,191,63); }

 H1.HeaderClassName
 {
   color: #bcbf3f;
 }
 .AnyTagClassName
 {
   color: #bcbf3f;
 }
</style>
background-color css

<style>
 a { background-color: #bcbf3f; }

 a { background-color: rgb(188,191,63); }

 div.DivClassName
 {
   background-color: #bcbf3f;
 }
 .BgClassName
 {
   background-color: #bcbf3f;
 }
</style>
border-color css

<style>
 span { border-color: #bcbf3f; }

 span { border-color: rgb(188,191,63); }

 td.TdClassName
 {
   border-color: #bcbf3f;
 }
 .TagClassName
 {
   border-color: #bcbf3f;
 }
</style>