#B3B945

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

Shades of Celery #B3B945

Tints of Celery #B3B945

Color information

#B3B945 (or 0xB3B945) is unknown color: approx Celery. HEX triplet: B3, B9 and 45. RGB value is (179,185,69). Sum of RGB (Red+Green+Blue) = 179+185+69=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B945 is #4C46BA. Grayscale: #AAAAAA. Windows color (decimal): -4998843 or 4569523. OLE color: 4569523.

HSL color Cylindrical-coordinate representation of color #B3B945: hue angle of 63.1º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B3B945 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB17918569-
CMYK0.0300.630.27
HSL63.1º45.67%49.8%-
HSV(B)63.1º62.7%72.55%-
XYZ37.0144.7112.31-
YUV169.9871.01134.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 185 (72.66% from 255) = 42.73%
BLUE value IS 69 (27.34% from 255) = 15.94%
R=41.34%
G=42.73%
B=15.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179185690.0300.630.2763.145.6749.8
HexB3B945303F1B3f2e32
Octal263271105307733775662
Binary1011001110111001100010111011111111011111111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B945; }

 p { color: rgb(179,185,69); }

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

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

 a { background-color: rgb(179,185,69); }

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

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

 span { border-color: rgb(179,185,69); }

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