Html Css Color HEX #999B66 Avocado

📋 copy color: '#999B66'

red 153 ◦ green 155 ◦ blue 102

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

Shades of Avocado #999B66

Tints of Avocado #999B66

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.8%

 BLUE value IS 102 (40.23% from 255) = 24.88%

R = 37.32%
G = 37.8%
B = 24.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#999B66 (or 0x999B66) is known color: Avocado. HEX triplet: 99, 9B and 66. RGB value is (153,155,102). Sum of RGB (Red+Green+Blue) = 153+155+102=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 155 - color contains mainly: green. Hex color #999B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999B66 is #666499. Grayscale: #949494. Windows color (decimal): -6710426 or 6724505. OLE color: 6724505.

HSL color Cylindrical-coordinate representation of color #999B66: hue angle of 62.26º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #999B66 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 155 102 -
CMYK 0.01 0 0.34 0.39
HSL 62.26º 0.21% 0.5% -
HSV(B) 62.26º 0.34% 0.61% -
XYZ 27.26 31.17 17.15 -
YUV 148.36 101.84 131.31 -
System Red Green Blue C M Y K H S L
Decimal 153 155 102 0.01 0 0.34 0.39 62.26 0.21 0.5
Hex 99 9B 66 1 0 22 27 3E 15 32
Octal 231 233 146 1 0 42 47 76 25 62
Binary 10011001 10011011 1100110 1 0 100010 100111 111110 10101 110010

Color Harmonies of #999B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999B66

Black with #999B66

Text Example


Text Example

White with #999B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999B66; }

 p { color: rgb(153,155,102); }

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

background-color css

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

 a { background-color: rgb(153,155,102); }

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

border-color css

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

 span { border-color: rgb(153,155,102); }

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