#B2B544

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

Shades of Celery #B2B544

Tints of Celery #B2B544

Color information

#B2B544 (or 0xB2B544) is unknown color: approx Celery. HEX triplet: B2, B5 and 44. RGB value is (178,181,68). Sum of RGB (Red+Green+Blue) = 178+181+68=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 68 (26.95% from 255 or 15.93% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B544 is #4D4ABB. Grayscale: #A7A7A7. Windows color (decimal): -5065404 or 4502962. OLE color: 4502962.

HSL color Cylindrical-coordinate representation of color #B2B544: hue angle of 61.59º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2B544 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB17818168-
CMYK0.0200.620.29
HSL61.59º45.38%48.82%-
HSV(B)61.59º62.43%70.98%-
XYZ35.9342.9311.86-
YUV167.2272.01135.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 181 (71.09% from 255) = 42.39%
BLUE value IS 68 (26.95% from 255) = 15.93%
R=41.69%
G=42.39%
B=15.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178181680.0200.620.2961.5945.3848.82
HexB2B544203E1D3e2d31
Octal262265104207635765561
Binary1011001010110101100010010011111011101111110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B544; }

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

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

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

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

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

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

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

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