Html Css Color HEX #95985A Avocado

📋 copy color: '#95985A'

red 149 ◦ green 152 ◦ blue 90

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

Shades of Avocado #95985A

Tints of Avocado #95985A

RGB

 RED value IS 149 (58.59% from 255) = 38.11%

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

 BLUE value IS 90 (35.55% from 255) = 23.02%

R = 38.11%
G = 38.87%
B = 23.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#95985A (or 0x95985A) is known color: Avocado. HEX triplet: 95, 98 and 5A. RGB value is (149,152,90). Sum of RGB (Red+Green+Blue) = 149+152+90=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #95985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95985A is #6A67A5. Grayscale: #909090. Windows color (decimal): -6973350 or 5937301. OLE color: 5937301.

HSL color Cylindrical-coordinate representation of color #95985A: hue angle of 62.9º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95985A is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 152 90 -
CMYK 0.02 0 0.41 0.40
HSL 62.9º 0.26% 0.47% -
HSV(B) 62.9º 0.41% 0.6% -
XYZ 25.47 29.58 14.04 -
YUV 144.04 97.51 131.54 -
System Red Green Blue C M Y K H S L
Decimal 149 152 90 0.02 0 0.41 0.40 62.9 0.26 0.47
Hex 95 98 5A 2 0 29 28 3F 1A 2F
Octal 225 230 132 2 0 51 50 77 32 57
Binary 10010101 10011000 1011010 10 0 101001 101000 111111 11010 101111

Color Harmonies of #95985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95985A

Black with #95985A

Text Example


Text Example

White with #95985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95985A; }

 p { color: rgb(149,152,90); }

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

background-color css

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

 a { background-color: rgb(149,152,90); }

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

border-color css

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

 span { border-color: rgb(149,152,90); }

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