Html Css Color HEX #95975C Avocado

📋 copy color: '#95975C'

red 149 ◦ green 151 ◦ blue 92

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

Shades of Avocado #95975C

Tints of Avocado #95975C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.52%

 BLUE value IS 92 (36.33% from 255) = 23.47%

R = 38.01%
G = 38.52%
B = 23.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#95975C (or 0x95975C) is known color: Avocado. HEX triplet: 95, 97 and 5C. RGB value is (149,151,92). Sum of RGB (Red+Green+Blue) = 149+151+92=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 151 - color contains mainly: green. Hex color #95975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95975C is #6A68A3. Grayscale: #8F8F8F. Windows color (decimal): -6973604 or 6068117. OLE color: 6068117.

HSL color Cylindrical-coordinate representation of color #95975C: hue angle of 62.03º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95975C is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 151 92 -
CMYK 0.01 0 0.39 0.41
HSL 62.03º 0.24% 0.48% -
HSV(B) 62.03º 0.39% 0.59% -
XYZ 25.39 29.3 14.44 -
YUV 143.68 98.84 131.8 -
System Red Green Blue C M Y K H S L
Decimal 149 151 92 0.01 0 0.39 0.41 62.03 0.24 0.48
Hex 95 97 5C 1 0 27 29 3E 18 30
Octal 225 227 134 1 0 47 51 76 30 60
Binary 10010101 10010111 1011100 1 0 100111 101001 111110 11000 110000

Color Harmonies of #95975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95975C

Black with #95975C

Text Example


Text Example

White with #95975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95975C; }

 p { color: rgb(149,151,92); }

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

background-color css

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

 a { background-color: rgb(149,151,92); }

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

border-color css

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

 span { border-color: rgb(149,151,92); }

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