#BCBC4B

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

Shades of Celery #BCBC4B

Tints of Celery #BCBC4B

Color information

#BCBC4B (or 0xBCBC4B) is unknown color: approx Celery. HEX triplet: BC, BC and 4B. RGB value is (188,188,75). Sum of RGB (Red+Green+Blue) = 188+188+75=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC4B is #4343B4. Grayscale: #AFAFAF. Windows color (decimal): -4408245 or 4963516. OLE color: 4963516.

HSL color Cylindrical-coordinate representation of color #BCBC4B: hue angle of 60º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCBC4B is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18818875-
CMYK000.600.26
HSL60º45.75%51.57%-
HSV(B)60º60.11%73.73%-
XYZ39.9947.1713.65-
YUV175.1271.5137.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 188 (73.83% from 255) = 41.69%
BLUE value IS 75 (29.69% from 255) = 16.63%
R=41.69%
G=41.69%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818875000.600.266045.7551.57
HexBCBC4B003C1A3c2e34
Octal274274113007432745664
Binary101111001011110010010110011110011010111100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBC4B; }

 p { color: rgb(188,188,75); }

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

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

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

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

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

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

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