Html Css Color HEX #999258 Avocado

📋 copy color: '#999258'

red 153 ◦ green 146 ◦ blue 88

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

Shades of Avocado #999258

Tints of Avocado #999258

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.73%

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

R = 39.53%
G = 37.73%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#999258 (or 0x999258) is known color: Avocado. HEX triplet: 99, 92 and 58. RGB value is (153,146,88). Sum of RGB (Red+Green+Blue) = 153+146+88=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #999258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999258 is #666DA7. Grayscale: #8D8D8D. Windows color (decimal): -6712744 or 5804697. OLE color: 5804697.

HSL color Cylindrical-coordinate representation of color #999258: hue angle of 53.54º 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 #999258 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 146 88 -
CMYK 0 0.05 0.42 0.4
HSL 53.54º 0.27% 0.47% -
HSV(B) 53.54º 0.42% 0.6% -
XYZ 25.18 28.03 13.32 -
YUV 141.48 97.82 136.22 -
System Red Green Blue C M Y K H S L
Decimal 153 146 88 0 0.05 0.42 0.4 53.54 0.27 0.47
Hex 99 92 58 0 5 2A 28 36 1B 2F
Octal 231 222 130 0 5 52 50 66 33 57
Binary 10011001 10010010 1011000 0 101 101010 101000 110110 11011 101111

Color Harmonies of #999258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999258

Black with #999258

Text Example


Text Example

White with #999258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999258; }

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

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

background-color css

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

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

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

border-color css

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

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

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