Html Css Color HEX #909958 Avocado

📋 copy color: '#909958'

red 144 ◦ green 153 ◦ blue 88

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

Shades of Avocado #909958

Tints of Avocado #909958

RGB

 RED value IS 144 (56.64% from 255) = 37.4%

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

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

R = 37.4%
G = 39.74%
B = 22.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#909958 (or 0x909958) is known color: Avocado. HEX triplet: 90, 99 and 58. RGB value is (144,153,88). Sum of RGB (Red+Green+Blue) = 144+153+88=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #909958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909958 is #6F66A7. Grayscale: #8F8F8F. Windows color (decimal): -7300776 or 5806480. OLE color: 5806480.

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

Color convert

RGB 144 153 88 -
CMYK 0.06 0 0.42 0.4
HSL 68.31º 0.27% 0.47% -
HSV(B) 68.31º 0.42% 0.6% -
XYZ 24.65 29.42 13.61 -
YUV 142.9 97.02 128.79 -
System Red Green Blue C M Y K H S L
Decimal 144 153 88 0.06 0 0.42 0.4 68.31 0.27 0.47
Hex 90 99 58 6 0 2A 28 44 1B 2F
Octal 220 231 130 6 0 52 50 104 33 57
Binary 10010000 10011001 1011000 110 0 101010 101000 1000100 11011 101111

Color Harmonies of #909958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909958

Black with #909958

Text Example


Text Example

White with #909958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909958; }

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

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

background-color css

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

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

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

border-color css

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

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

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