#B0B44D

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

Shades of Celery #B0B44D

Tints of Celery #B0B44D

Color information

#B0B44D (or 0xB0B44D) is unknown color: approx Celery. HEX triplet: B0, B4 and 4D. RGB value is (176,180,77). Sum of RGB (Red+Green+Blue) = 176+180+77=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B44D is #4F4BB2. Grayscale: #A7A7A7. Windows color (decimal): -5196723 or 5092528. OLE color: 5092528.

HSL color Cylindrical-coordinate representation of color #B0B44D: hue angle of 62.33º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0B44D is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB17618077-
CMYK0.0200.570.29
HSL62.33º40.71%50.39%-
HSV(B)62.33º57.22%70.59%-
XYZ35.5742.4113.33-
YUV167.0677.17134.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 180 (70.70% from 255) = 41.57%
BLUE value IS 77 (30.47% from 255) = 17.78%
R=40.65%
G=41.57%
B=17.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176180770.0200.570.2962.3340.7150.39
HexB0B44D20391D3e2932
Octal260264115207135765162
Binary1011000010110100100110110011100111101111110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B44D; }

 p { color: rgb(176,180,77); }

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

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

 a { background-color: rgb(176,180,77); }

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

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

 span { border-color: rgb(176,180,77); }

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