#B0BE58

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

Shades of Celery #B0BE58

Tints of Celery #B0BE58

Color information

#B0BE58 (or 0xB0BE58) is unknown color: approx Celery. HEX triplet: B0, BE and 58. RGB value is (176,190,88). Sum of RGB (Red+Green+Blue) = 176+190+88=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BE58 is #4F41A7. Grayscale: #AEAEAE. Windows color (decimal): -5194152 or 5815984. OLE color: 5815984.

HSL color Cylindrical-coordinate representation of color #B0BE58: hue angle of 68.24º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0BE58 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB17619088-
CMYK0.0700.540.25
HSL68.24º43.97%54.51%-
HSV(B)68.24º53.68%74.51%-
XYZ38.0846.7616.25-
YUV174.1979.36129.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 190 (74.61% from 255) = 41.85%
BLUE value IS 88 (34.77% from 255) = 19.38%
R=38.77%
G=41.85%
B=19.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176190880.0700.540.2568.2443.9754.51
HexB0BE58703619442c37
Octal2602761307066311045467
Binary101100001011111010110001110110110110011000100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BE58; }

 p { color: rgb(176,190,88); }

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

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

 a { background-color: rgb(176,190,88); }

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

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

 span { border-color: rgb(176,190,88); }

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