Html Css Color HEX #95995A Avocado

📋 copy color: '#95995A'

red 149 ◦ green 153 ◦ blue 90

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

Shades of Avocado #95995A

Tints of Avocado #95995A

RGB

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

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

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

R = 38.01%
G = 39.03%
B = 22.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#95995A (or 0x95995A) is known color: Avocado. HEX triplet: 95, 99 and 5A. RGB value is (149,153,90). Sum of RGB (Red+Green+Blue) = 149+153+90=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #95995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95995A is #6A66A5. Grayscale: #909090. Windows color (decimal): -6973094 or 5937557. OLE color: 5937557.

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

Color convert

RGB 149 153 90 -
CMYK 0.03 0 0.41 0.4
HSL 63.81º 0.26% 0.48% -
HSV(B) 63.81º 0.41% 0.6% -
XYZ 25.63 29.91 14.1 -
YUV 144.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 149 153 90 0.03 0 0.41 0.4 63.81 0.26 0.48
Hex 95 99 5A 3 0 29 28 40 1A 30
Octal 225 231 132 3 0 51 50 100 32 60
Binary 10010101 10011001 1011010 11 0 101001 101000 1000000 11010 110000

Color Harmonies of #95995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95995A

Black with #95995A

Text Example


Text Example

White with #95995A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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