Html Css Color HEX #99955D Avocado

📋 copy color: '#99955D'

red 153 ◦ green 149 ◦ blue 93

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

Shades of Avocado #99955D

Tints of Avocado #99955D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.72%

 BLUE value IS 93 (36.72% from 255) = 23.54%

R = 38.73%
G = 37.72%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#99955D (or 0x99955D) is known color: Avocado. HEX triplet: 99, 95 and 5D. RGB value is (153,149,93). Sum of RGB (Red+Green+Blue) = 153+149+93=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #99955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99955D is #666AA2. Grayscale: #909090. Windows color (decimal): -6711971 or 6133145. OLE color: 6133145.

HSL color Cylindrical-coordinate representation of color #99955D: hue angle of 56º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99955D is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 149 93 -
CMYK 0 0.03 0.39 0.4
HSL 56º 0.24% 0.48% -
HSV(B) 56º 0.39% 0.6% -
XYZ 25.86 29.06 14.6 -
YUV 143.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 153 149 93 0 0.03 0.39 0.4 56 0.24 0.48
Hex 99 95 5D 0 3 27 28 38 18 30
Octal 231 225 135 0 3 47 50 70 30 60
Binary 10011001 10010101 1011101 0 11 100111 101000 111000 11000 110000

Color Harmonies of #99955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99955D

Black with #99955D

Text Example


Text Example

White with #99955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99955D; }

 p { color: rgb(153,149,93); }

 H1.HeaderClassName
 {
   color: #99955D;
 }
 .AnyTagClassName
 {
   color: #99955D;
 }
</style>

background-color css

<style>
 a { background-color: #99955D; }

 a { background-color: rgb(153,149,93); }

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

border-color css

<style>
 span { border-color: #99955D; }

 span { border-color: rgb(153,149,93); }

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