#BCCB3F

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

Shades of Celery #BCCB3F

Tints of Celery #BCCB3F

Color information

#BCCB3F (or 0xBCCB3F) is unknown color: approx Celery. HEX triplet: BC, CB and 3F. RGB value is (188,203,63). Sum of RGB (Red+Green+Blue) = 188+203+63=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB3F is #4334C0. Grayscale: #B7B7B7. Windows color (decimal): -4404417 or 4180924. OLE color: 4180924.

HSL color Cylindrical-coordinate representation of color #BCCB3F: hue angle of 66.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCCB3F is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB18820363-
CMYK0.0700.690.20
HSL66.43º57.38%52.16%-
HSV(B)66.43º68.97%79.61%-
XYZ42.9953.7612.81-
YUV182.5560.53131.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 203 (79.69% from 255) = 44.71%
BLUE value IS 63 (25% from 255) = 13.88%
R=41.41%
G=44.71%
B=13.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188203630.0700.690.2066.4357.3852.16
HexBCCB3F704514423934
Octal2743137770105241027164
Binary101111001100101111111111101000101101001000010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCB3F; }

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

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

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

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

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

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

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

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