#B0BB35

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

Shades of Celery #B0BB35

Tints of Celery #B0BB35

Color information

#B0BB35 (or 0xB0BB35) is unknown color: approx Celery. HEX triplet: B0, BB and 35. RGB value is (176,187,53). Sum of RGB (Red+Green+Blue) = 176+187+53=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 53 (21.09% from 255 or 12.74% from 416); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BB35 is #4F44CA. Grayscale: #A8A8A8. Windows color (decimal): -5194955 or 3521456. OLE color: 3521456.

HSL color Cylindrical-coordinate representation of color #B0BB35: hue angle of 64.93º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0BB35 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB17618753-
CMYK0.0600.720.27
HSL64.93º55.83%47.06%-
HSV(B)64.93º71.66%73.33%-
XYZ36.3245.0310.15-
YUV168.4362.86133.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.31%
GREEN value IS 187 (73.44% from 255) = 44.95%
BLUE value IS 53 (21.09% from 255) = 12.74%
R=42.31%
G=44.95%
B=12.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176187530.0600.720.2764.9355.8347.06
HexB0BB3560481B41382f
Octal2602736560110331017057
Binary101100001011101111010111001001000110111000001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BB35; }

 p { color: rgb(176,187,53); }

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

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

 a { background-color: rgb(176,187,53); }

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

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

 span { border-color: rgb(176,187,53); }

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