#BCCB3E

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

Shades of Celery #BCCB3E

Tints of Celery #BCCB3E

Color information

#BCCB3E (or 0xBCCB3E) is unknown color: approx Celery. HEX triplet: BC, CB and 3E. RGB value is (188,203,62). Sum of RGB (Red+Green+Blue) = 188+203+62=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 62 (24.61% from 255 or 13.69% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB3E is #4334C1. Grayscale: #B6B6B6. Windows color (decimal): -4404418 or 4115388. OLE color: 4115388.

HSL color Cylindrical-coordinate representation of color #BCCB3E: hue angle of 66.38º degrees, saturation: 0.58, 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 #BCCB3E is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB18820362-
CMYK0.0700.690.20
HSL66.38º57.55%51.96%-
HSV(B)66.38º69.46%79.61%-
XYZ42.9653.7512.67-
YUV182.4460.03131.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 203 (79.69% from 255) = 44.81%
BLUE value IS 62 (24.61% from 255) = 13.69%
R=41.50%
G=44.81%
B=13.69%

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
Decimal188203620.0700.690.2066.3857.5551.96
HexBCCB3E704514423a34
Octal2743137670105241027264
Binary101111001100101111111011101000101101001000010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCB3E; }

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

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

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

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

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

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

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

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