Html Css Color HEX #999B65 Avocado

📋 copy color: '#999B65'

red 153 ◦ green 155 ◦ blue 101

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

Shades of Avocado #999B65

Tints of Avocado #999B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.69%

R = 37.41%
G = 37.9%
B = 24.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#999B65 (or 0x999B65) is known color: Avocado. HEX triplet: 99, 9B and 65. RGB value is (153,155,101). Sum of RGB (Red+Green+Blue) = 153+155+101=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #999B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999B65 is #66649A. Grayscale: #949494. Windows color (decimal): -6710427 or 6658969. OLE color: 6658969.

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

Color convert

RGB 153 155 101 -
CMYK 0.01 0 0.35 0.39
HSL 62.22º 0.21% 0.5% -
HSV(B) 62.22º 0.35% 0.61% -
XYZ 27.21 31.15 16.89 -
YUV 148.25 101.34 131.39 -
System Red Green Blue C M Y K H S L
Decimal 153 155 101 0.01 0 0.35 0.39 62.22 0.21 0.5
Hex 99 9B 65 1 0 23 27 3E 15 32
Octal 231 233 145 1 0 43 47 76 25 62
Binary 10011001 10011011 1100101 1 0 100011 100111 111110 10101 110010

Color Harmonies of #999B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999B65

Black with #999B65

Text Example


Text Example

White with #999B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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