#BCBF4A

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

Shades of Celery #BCBF4A

Tints of Celery #BCBF4A

Color information

#BCBF4A (or 0xBCBF4A) is unknown color: approx Celery. HEX triplet: BC, BF and 4A. RGB value is (188,191,74). Sum of RGB (Red+Green+Blue) = 188+191+74=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBF4A is #4340B5. Grayscale: #B1B1B1. Windows color (decimal): -4407478 or 4898748. OLE color: 4898748.

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

Color convert

RGB18819174-
CMYK0.0200.610.25
HSL61.54º47.76%51.96%-
HSV(B)61.54º61.26%74.9%-
XYZ40.6148.4513.69-
YUV176.7670.01136.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 191 (75% from 255) = 42.16%
BLUE value IS 74 (29.30% from 255) = 16.34%
R=41.50%
G=42.16%
B=16.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188191740.0200.610.2561.5447.7651.96
HexBCBF4A203D193e3034
Octal274277112207531766064
Binary1011110010111111100101010011110111001111110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF4A; }

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

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

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

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

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

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

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

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