#B0B951

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

Shades of Celery #B0B951

Tints of Celery #B0B951

Color information

#B0B951 (or 0xB0B951) is unknown color: approx Celery. HEX triplet: B0, B9 and 51. RGB value is (176,185,81). Sum of RGB (Red+Green+Blue) = 176+185+81=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B951 is #4F46AE. Grayscale: #AAAAAA. Windows color (decimal): -5195439 or 5355952. OLE color: 5355952.

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

Color convert

RGB17618581-
CMYK0.0500.560.27
HSL65.19º42.62%52.16%-
HSV(B)65.19º56.22%72.55%-
XYZ36.7444.5214.44-
YUV170.4577.52131.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.82%
GREEN value IS 185 (72.66% from 255) = 41.86%
BLUE value IS 81 (32.03% from 255) = 18.33%
R=39.82%
G=41.86%
B=18.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176185810.0500.560.2765.1942.6252.16
HexB0B95150381B412b34
Octal2602711215070331015364
Binary101100001011100110100011010111000110111000001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B951; }

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

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

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

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

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

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

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

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