Html Css Color HEX #999958 Avocado

📋 copy color: '#999958'

red 153 ◦ green 153 ◦ blue 88

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

Shades of Avocado #999958

Tints of Avocado #999958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.34%

R = 38.83%
G = 38.83%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#999958 (or 0x999958) is known color: Avocado. HEX triplet: 99, 99 and 58. RGB value is (153,153,88). Sum of RGB (Red+Green+Blue) = 153+153+88=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999958 is #6666A7. Grayscale: #919191. Windows color (decimal): -6710952 or 5806489. OLE color: 5806489.

HSL color Cylindrical-coordinate representation of color #999958: hue angle of 60º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #999958 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 153 88 -
CMYK 0 0 0.42 0.4
HSL 60º 0.27% 0.47% -
HSV(B) 60º 0.42% 0.6% -
XYZ 26.29 30.26 13.69 -
YUV 145.59 95.5 133.29 -
System Red Green Blue C M Y K H S L
Decimal 153 153 88 0 0 0.42 0.4 60 0.27 0.47
Hex 99 99 58 0 0 2A 28 3C 1B 2F
Octal 231 231 130 0 0 52 50 74 33 57
Binary 10011001 10011001 1011000 0 0 101010 101000 111100 11011 101111

Color Harmonies of #999958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999958

Black with #999958

Text Example


Text Example

White with #999958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999958; }

 p { color: rgb(153,153,88); }

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

background-color css

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

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

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

border-color css

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

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

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