Html Css Color HEX #99965F Avocado

📋 copy color: '#99965F'

red 153 ◦ green 150 ◦ blue 95

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

Shades of Avocado #99965F

Tints of Avocado #99965F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.87%

R = 38.44%
G = 37.69%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#99965F (or 0x99965F) is known color: Avocado. HEX triplet: 99, 96 and 5F. RGB value is (153,150,95). Sum of RGB (Red+Green+Blue) = 153+150+95=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #99965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99965F is #6669A0. Grayscale: #909090. Windows color (decimal): -6711713 or 6264473. OLE color: 6264473.

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

Color convert

RGB 153 150 95 -
CMYK 0 0.02 0.38 0.4
HSL 56.9º 0.23% 0.49% -
HSV(B) 56.9º 0.38% 0.6% -
XYZ 26.11 29.41 15.13 -
YUV 144.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 153 150 95 0 0.02 0.38 0.4 56.9 0.23 0.49
Hex 99 96 5F 0 2 26 28 39 17 31
Octal 231 226 137 0 2 46 50 71 27 61
Binary 10011001 10010110 1011111 0 10 100110 101000 111001 10111 110001

Color Harmonies of #99965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99965F

Black with #99965F

Text Example


Text Example

White with #99965F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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