#B6B44A

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

Shades of Celery #B6B44A

Tints of Celery #B6B44A

Color information

#B6B44A (or 0xB6B44A) is unknown color: approx Celery. HEX triplet: B6, B4 and 4A. RGB value is (182,180,74). Sum of RGB (Red+Green+Blue) = 182+180+74=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B44A is #494BB5. Grayscale: #A8A8A8. Windows color (decimal): -4803510 or 4895926. OLE color: 4895926.

HSL color Cylindrical-coordinate representation of color #B6B44A: hue angle of 58.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6B44A is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18218074-
CMYK00.010.590.29
HSL58.89º42.52%50.2%-
HSV(B)58.89º59.34%71.37%-
XYZ36.8543.0812.85-
YUV168.5174.66137.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.74%
GREEN value IS 180 (70.70% from 255) = 41.28%
BLUE value IS 74 (29.30% from 255) = 16.97%
R=41.74%
G=41.28%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821807400.010.590.2958.8942.5250.2
HexB6B44A013B1D3b2b32
Octal266264112017335735362
Binary101101101011010010010100111101111101111011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B44A; }

 p { color: rgb(182,180,74); }

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

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

 a { background-color: rgb(182,180,74); }

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

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

 span { border-color: rgb(182,180,74); }

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