Html Css Color HEX #999C64 Avocado

📋 copy color: '#999C64'

red 153 ◦ green 156 ◦ blue 100

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

Shades of Avocado #999C64

Tints of Avocado #999C64

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.14%

 BLUE value IS 100 (39.45% from 255) = 24.45%

R = 37.41%
G = 38.14%
B = 24.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#999C64 (or 0x999C64) is known color: Avocado. HEX triplet: 99, 9C and 64. RGB value is (153,156,100). Sum of RGB (Red+Green+Blue) = 153+156+100=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 156 - color contains mainly: green. Hex color #999C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C64 is #66639B. Grayscale: #949494. Windows color (decimal): -6710172 or 6593689. OLE color: 6593689.

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

Color convert

RGB 153 156 100 -
CMYK 0.02 0 0.36 0.39
HSL 63.21º 0.22% 0.5% -
HSV(B) 63.21º 0.36% 0.61% -
XYZ 27.33 31.47 16.69 -
YUV 148.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 153 156 100 0.02 0 0.36 0.39 63.21 0.22 0.5
Hex 99 9C 64 2 0 24 27 3F 16 32
Octal 231 234 144 2 0 44 47 77 26 62
Binary 10011001 10011100 1100100 10 0 100100 100111 111111 10110 110010

Color Harmonies of #999C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999C64

Black with #999C64

Text Example


Text Example

White with #999C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,156,100); }

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

background-color css

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

 a { background-color: rgb(153,156,100); }

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

border-color css

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

 span { border-color: rgb(153,156,100); }

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