Html Css Color HEX #999862 Avocado

📋 copy color: '#999862'

red 153 ◦ green 152 ◦ blue 98

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

Shades of Avocado #999862

Tints of Avocado #999862

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.72%

 BLUE value IS 98 (38.67% from 255) = 24.32%

R = 37.97%
G = 37.72%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#999862 (or 0x999862) is known color: Avocado. HEX triplet: 99, 98 and 62. RGB value is (153,152,98). Sum of RGB (Red+Green+Blue) = 153+152+98=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #999862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999862 is #66679D. Grayscale: #929292. Windows color (decimal): -6711198 or 6461593. OLE color: 6461593.

HSL color Cylindrical-coordinate representation of color #999862: hue angle of 58.91º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #999862 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 152 98 -
CMYK 0 0.01 0.36 0.4
HSL 58.91º 0.22% 0.49% -
HSV(B) 58.91º 0.36% 0.6% -
XYZ 26.57 30.11 15.97 -
YUV 146.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 153 152 98 0 0.01 0.36 0.4 58.91 0.22 0.49
Hex 99 98 62 0 1 24 28 3B 16 31
Octal 231 230 142 0 1 44 50 73 26 61
Binary 10011001 10011000 1100010 0 1 100100 101000 111011 10110 110001

Color Harmonies of #999862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999862

Black with #999862

Text Example


Text Example

White with #999862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999862; }

 p { color: rgb(153,152,98); }

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

background-color css

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

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

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

border-color css

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

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

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