Html Css Color HEX #999256 Avocado

📋 copy color: '#999256'

red 153 ◦ green 146 ◦ blue 86

#999256
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Avocado #999256

Tints of Avocado #999256

RGB

 RED value IS 153 (60.16% from 255) = 39.74%

 GREEN value IS 146 (57.42% from 255) = 37.92%

 BLUE value IS 86 (33.98% from 255) = 22.34%

R = 39.74%
G = 37.92%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#999256 (or 0x999256) is known color: Avocado. HEX triplet: 99, 92 and 56. RGB value is (153,146,86). Sum of RGB (Red+Green+Blue) = 153+146+86=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #999256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999256 is #666DA9. Grayscale: #8D8D8D. Windows color (decimal): -6712746 or 5673625. OLE color: 5673625.

HSL color Cylindrical-coordinate representation of color #999256: hue angle of 53.73º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #999256 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 146 86 -
CMYK 0 0.05 0.44 0.4
HSL 53.73º 0.28% 0.47% -
HSV(B) 53.73º 0.44% 0.6% -
XYZ 25.1 28 12.89 -
YUV 141.25 96.82 136.38 -
System Red Green Blue C M Y K H S L
Decimal 153 146 86 0 0.05 0.44 0.4 53.73 0.28 0.47
Hex 99 92 56 0 5 2C 28 36 1C 2F
Octal 231 222 126 0 5 54 50 66 34 57
Binary 10011001 10010010 1010110 0 101 101100 101000 110110 11100 101111

Color Harmonies of #999256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999256

Black with #999256

Text Example


Text Example

White with #999256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999256; }

 p { color: rgb(153,146,86); }

 H1.HeaderClassName
 {
   color: #999256;
 }
 .AnyTagClassName
 {
   color: #999256;
 }
</style>

background-color css

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

 a { background-color: rgb(153,146,86); }

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

border-color css

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

 span { border-color: rgb(153,146,86); }

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