Html Css Color HEX #99965B Avocado

📋 copy color: '#99965B'

red 153 ◦ green 150 ◦ blue 91

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

Shades of Avocado #99965B

Tints of Avocado #99965B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.07%

 BLUE value IS 91 (35.94% from 255) = 23.1%

R = 38.83%
G = 38.07%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99965B (or 0x99965B) is known color: Avocado. HEX triplet: 99, 96 and 5B. RGB value is (153,150,91). Sum of RGB (Red+Green+Blue) = 153+150+91=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #99965B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99965B is #6669A4. Grayscale: #909090. Windows color (decimal): -6711717 or 6002329. OLE color: 6002329.

HSL color Cylindrical-coordinate representation of color #99965B: hue angle of 57.1º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99965B is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 150 91 -
CMYK 0 0.02 0.41 0.4
HSL 57.1º 0.25% 0.48% -
HSV(B) 57.1º 0.41% 0.6% -
XYZ 25.93 29.34 14.19 -
YUV 144.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 153 150 91 0 0.02 0.41 0.4 57.1 0.25 0.48
Hex 99 96 5B 0 2 29 28 39 19 30
Octal 231 226 133 0 2 51 50 71 31 60
Binary 10011001 10010110 1011011 0 10 101001 101000 111001 11001 110000

Color Harmonies of #99965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99965B

Black with #99965B

Text Example


Text Example

White with #99965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99965B; }

 p { color: rgb(153,150,91); }

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

background-color css

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

 a { background-color: rgb(153,150,91); }

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

border-color css

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

 span { border-color: rgb(153,150,91); }

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