Html Css Color HEX #999456 Avocado

📋 copy color: '#999456'

red 153 ◦ green 148 ◦ blue 86

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

Shades of Avocado #999456

Tints of Avocado #999456

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.24%

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

R = 39.53%
G = 38.24%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#999456 (or 0x999456) is known color: Avocado. HEX triplet: 99, 94 and 56. RGB value is (153,148,86). Sum of RGB (Red+Green+Blue) = 153+148+86=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #999456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999456 is #666BA9. Grayscale: #8E8E8E. Windows color (decimal): -6712234 or 5674137. OLE color: 5674137.

HSL color Cylindrical-coordinate representation of color #999456: hue angle of 55.52º 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 #999456 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 148 86 -
CMYK 0 0.03 0.44 0.4
HSL 55.52º 0.28% 0.47% -
HSV(B) 55.52º 0.44% 0.6% -
XYZ 25.41 28.62 12.99 -
YUV 142.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 153 148 86 0 0.03 0.44 0.4 55.52 0.28 0.47
Hex 99 94 56 0 3 2C 28 38 1C 2F
Octal 231 224 126 0 3 54 50 70 34 57
Binary 10011001 10010100 1010110 0 11 101100 101000 111000 11100 101111

Color Harmonies of #999456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999456

Black with #999456

Text Example


Text Example

White with #999456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999456; }

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

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

background-color css

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

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

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

border-color css

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

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

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