#BCBF3E

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

Shades of Celery #BCBF3E

Tints of Celery #BCBF3E

Color information

#BCBF3E (or 0xBCBF3E) is unknown color: approx Celery. HEX triplet: BC, BF and 3E. RGB value is (188,191,62). Sum of RGB (Red+Green+Blue) = 188+191+62=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBF3E is #4340C1. Grayscale: #AFAFAF. Windows color (decimal): -4407490 or 4112316. OLE color: 4112316.

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

Color convert

RGB18819162-
CMYK0.0200.680.25
HSL61.4º50.99%49.61%-
HSV(B)61.4º67.54%74.9%-
XYZ40.2448.311.76-
YUV175.464.01136.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 191 (75% from 255) = 43.31%
BLUE value IS 62 (24.61% from 255) = 14.06%
R=42.63%
G=43.31%
B=14.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188191620.0200.680.2561.450.9949.61
HexBCBF3E2044193d3332
Octal274277762010431756362
Binary1011110010111111111110100100010011001111101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF3E; }

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

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

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

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

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

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

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

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