#B0B94B

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

Shades of Celery #B0B94B

Tints of Celery #B0B94B

Color information

#B0B94B (or 0xB0B94B) is unknown color: approx Celery. HEX triplet: B0, B9 and 4B. RGB value is (176,185,75). Sum of RGB (Red+Green+Blue) = 176+185+75=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B94B is #4F46B4. Grayscale: #AAAAAA. Windows color (decimal): -5195445 or 4962736. OLE color: 4962736.

HSL color Cylindrical-coordinate representation of color #B0B94B: hue angle of 64.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0B94B is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB17618575-
CMYK0.0500.590.27
HSL64.91º44%50.98%-
HSV(B)64.91º59.46%72.55%-
XYZ36.5244.4413.31-
YUV169.7774.52132.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 185 (72.66% from 255) = 42.43%
BLUE value IS 75 (29.69% from 255) = 17.20%
R=40.37%
G=42.43%
B=17.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176185750.0500.590.2764.914450.98
HexB0B94B503B1B412c33
Octal2602711135073331015463
Binary101100001011100110010111010111011110111000001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B94B; }

 p { color: rgb(176,185,75); }

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

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

 a { background-color: rgb(176,185,75); }

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

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

 span { border-color: rgb(176,185,75); }

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