#BBC350

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

Shades of Celery #BBC350

Tints of Celery #BBC350

Color information

#BBC350 (or 0xBBC350) is unknown color: approx Celery. HEX triplet: BB, C3 and 50. RGB value is (187,195,80). Sum of RGB (Red+Green+Blue) = 187+195+80=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC350 is #443CAF. Grayscale: #B3B3B3. Windows color (decimal): -4471984 or 5292987. OLE color: 5292987.

HSL color Cylindrical-coordinate representation of color #BBC350: hue angle of 64.17º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBC350 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB18719580-
CMYK0.0400.590.24
HSL64.17º48.94%53.92%-
HSV(B)64.17º58.97%76.47%-
XYZ41.4650.1715.09-
YUV179.571.85133.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 195 (76.56% from 255) = 42.21%
BLUE value IS 80 (31.64% from 255) = 17.32%
R=40.48%
G=42.21%
B=17.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187195800.0400.590.2464.1748.9453.92
HexBBC350403B18403136
Octal2733031204073301006166
Binary101110111100001110100001000111011110001000000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC350; }

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

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

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

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

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

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

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

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