#BBC64D

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

Shades of Celery #BBC64D

Tints of Celery #BBC64D

Color information

#BBC64D (or 0xBBC64D) is unknown color: approx Celery. HEX triplet: BB, C6 and 4D. RGB value is (187,198,77). Sum of RGB (Red+Green+Blue) = 187+198+77=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC64D is #4439B2. Grayscale: #B5B5B5. Windows color (decimal): -4471219 or 5097147. OLE color: 5097147.

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

Color convert

RGB18719877-
CMYK0.0600.610.22
HSL65.45º51.49%53.92%-
HSV(B)65.45º61.11%77.65%-
XYZ42.0351.4914.74-
YUV180.9269.36132.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 198 (77.73% from 255) = 42.86%
BLUE value IS 77 (30.47% from 255) = 16.67%
R=40.48%
G=42.86%
B=16.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187198770.0600.610.2265.4551.4953.92
HexBBC64D603D16413336
Octal2733061156075261016366
Binary101110111100011010011011100111101101101000001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC64D; }

 p { color: rgb(187,198,77); }

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

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

 a { background-color: rgb(187,198,77); }

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

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

 span { border-color: rgb(187,198,77); }

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