#BCC84F

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

Shades of Celery #BCC84F

Tints of Celery #BCC84F

Color information

#BCC84F (or 0xBCC84F) is unknown color: approx Celery. HEX triplet: BC, C8 and 4F. RGB value is (188,200,79). Sum of RGB (Red+Green+Blue) = 188+200+79=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC84F is #4337B0. Grayscale: #B7B7B7. Windows color (decimal): -4405169 or 5228732. OLE color: 5228732.

HSL color Cylindrical-coordinate representation of color #BCC84F: hue angle of 65.95º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCC84F is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB18820079-
CMYK0.0600.600.22
HSL65.95º52.38%54.71%-
HSV(B)65.95º60.5%78.43%-
XYZ42.852.5615.29-
YUV182.6269.52131.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 200 (78.52% from 255) = 42.83%
BLUE value IS 79 (31.25% from 255) = 16.92%
R=40.26%
G=42.83%
B=16.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188200790.0600.600.2265.9552.3854.71
HexBCC84F603C16423437
Octal2743101176074261026467
Binary101111001100100010011111100111100101101000010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC84F; }

 p { color: rgb(188,200,79); }

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

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

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

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

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

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

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