#B0B54C

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

Shades of Celery #B0B54C

Tints of Celery #B0B54C

Color information

#B0B54C (or 0xB0B54C) is unknown color: approx Celery. HEX triplet: B0, B5 and 4C. RGB value is (176,181,76). Sum of RGB (Red+Green+Blue) = 176+181+76=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B54C is #4F4AB3. Grayscale: #A7A7A7. Windows color (decimal): -5196468 or 5027248. OLE color: 5027248.

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

Color convert

RGB17618176-
CMYK0.0300.580.29
HSL62.86º41.5%50.39%-
HSV(B)62.86º58.01%70.98%-
XYZ35.7342.813.22-
YUV167.5376.34134.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 181 (71.09% from 255) = 41.80%
BLUE value IS 76 (30.08% from 255) = 17.55%
R=40.65%
G=41.80%
B=17.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176181760.0300.580.2962.8641.550.39
HexB0B54C303A1D3f2a32
Octal260265114307235775262
Binary1011000010110101100110011011101011101111111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B54C; }

 p { color: rgb(176,181,76); }

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

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

 a { background-color: rgb(176,181,76); }

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

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

 span { border-color: rgb(176,181,76); }

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