#b3b949

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

Shades of Celery #B3B949

Tints of Celery #B3B949

Color information

#B3B949 (or 0xB3B949) is unknown color: approx Celery. HEX triplet: B3, B9 and 49. RGB value is (179,185,73). Sum of RGB (Red+Green+Blue) = 179+185+73=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B949 is #4C46B6. Grayscale: #AAAAAA. Windows color (decimal): -4998839 or 4831667. OLE color: 4831667.

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

Color convert

RGB17918573-
CMYK0.0300.610.27
HSL63.21º44.44%50.59%-
HSV(B)63.21º60.54%72.55%-
XYZ37.1444.7612.99-
YUV170.4473.01134.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 185 (72.66% from 255) = 42.33%
BLUE value IS 73 (28.91% from 255) = 16.70%
R=40.96%
G=42.33%
B=16.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179185730.0300.610.2763.2144.4450.59
HexB3B949303D1B3f2c33
Octal263271111307533775463
Binary1011001110111001100100111011110111011111111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3b949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3b949; }

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

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

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

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

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

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

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

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