#B0B244

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

Shades of Celery #B0B244

Tints of Celery #B0B244

Color information

#B0B244 (or 0xB0B244) is unknown color: approx Celery. HEX triplet: B0, B2 and 44. RGB value is (176,178,68). Sum of RGB (Red+Green+Blue) = 176+178+68=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B244 is #4F4DBB. Grayscale: #A5A5A5. Windows color (decimal): -5197244 or 4502192. OLE color: 4502192.

HSL color Cylindrical-coordinate representation of color #B0B244: hue angle of 61.09º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0B244 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB17617868-
CMYK0.0100.620.30
HSL61.09º44.72%48.24%-
HSV(B)61.09º61.8%69.8%-
XYZ34.8741.4911.64-
YUV164.8673.34135.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 178 (69.92% from 255) = 42.18%
BLUE value IS 68 (26.95% from 255) = 16.11%
R=41.71%
G=42.18%
B=16.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176178680.0100.620.3061.0944.7248.24
HexB0B244103E1E3d2d30
Octal260262104107636755560
Binary101100001011001010001001011111011110111101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B244; }

 p { color: rgb(176,178,68); }

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

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

 a { background-color: rgb(176,178,68); }

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

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

 span { border-color: rgb(176,178,68); }

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