#BBC650

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

Shades of Celery #BBC650

Tints of Celery #BBC650

Color information

#BBC650 (or 0xBBC650) is unknown color: approx Celery. HEX triplet: BB, C6 and 50. RGB value is (187,198,80). Sum of RGB (Red+Green+Blue) = 187+198+80=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC650 is #4439AF. Grayscale: #B5B5B5. Windows color (decimal): -4471216 or 5293755. OLE color: 5293755.

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

Color convert

RGB18719880-
CMYK0.0600.600.22
HSL65.59º50.86%54.51%-
HSV(B)65.59º59.6%77.65%-
XYZ42.1451.5315.32-
YUV181.2670.86132.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 198 (77.73% from 255) = 42.58%
BLUE value IS 80 (31.64% from 255) = 17.20%
R=40.22%
G=42.58%
B=17.20%

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
Decimal187198800.0600.600.2265.5950.8654.51
HexBBC650603C16423337
Octal2733061206074261026367
Binary101110111100011010100001100111100101101000010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC650; }

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

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

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

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

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

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

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

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