#B0BA50

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

Shades of Celery #B0BA50

Tints of Celery #B0BA50

Color information

#B0BA50 (or 0xB0BA50) is unknown color: approx Celery. HEX triplet: B0, BA and 50. RGB value is (176,186,80). Sum of RGB (Red+Green+Blue) = 176+186+80=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA50 is #4F45AF. Grayscale: #ABABAB. Windows color (decimal): -5195184 or 5290672. OLE color: 5290672.

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

Color convert

RGB17618680-
CMYK0.0500.570.27
HSL65.66º43.44%52.16%-
HSV(B)65.66º56.99%72.94%-
XYZ36.9144.9314.32-
YUV170.9376.69131.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.82%
GREEN value IS 186 (73.05% from 255) = 42.08%
BLUE value IS 80 (31.64% from 255) = 18.10%
R=39.82%
G=42.08%
B=18.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176186800.0500.570.2765.6643.4452.16
HexB0BA5050391B422b34
Octal2602721205071331025364
Binary101100001011101010100001010111001110111000010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BA50; }

 p { color: rgb(176,186,80); }

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

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

 a { background-color: rgb(176,186,80); }

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

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

 span { border-color: rgb(176,186,80); }

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