Html Css Color HEX #95975B Avocado

📋 copy color: '#95975B'

red 149 ◦ green 151 ◦ blue 91

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

Shades of Avocado #95975B

Tints of Avocado #95975B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.27%

R = 38.11%
G = 38.62%
B = 23.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#95975B (or 0x95975B) is known color: Avocado. HEX triplet: 95, 97 and 5B. RGB value is (149,151,91). Sum of RGB (Red+Green+Blue) = 149+151+91=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 151 - color contains mainly: green. Hex color #95975B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95975B is #6A68A4. Grayscale: #8F8F8F. Windows color (decimal): -6973605 or 6002581. OLE color: 6002581.

HSL color Cylindrical-coordinate representation of color #95975B: hue angle of 62º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95975B is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 151 91 -
CMYK 0.01 0 0.40 0.41
HSL 62º 0.25% 0.47% -
HSV(B) 62º 0.4% 0.59% -
XYZ 25.35 29.28 14.21 -
YUV 143.56 98.34 131.88 -
System Red Green Blue C M Y K H S L
Decimal 149 151 91 0.01 0 0.40 0.41 62 0.25 0.47
Hex 95 97 5B 1 0 28 29 3E 19 2F
Octal 225 227 133 1 0 50 51 76 31 57
Binary 10010101 10010111 1011011 1 0 101000 101001 111110 11001 101111

Color Harmonies of #95975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95975B

Black with #95975B

Text Example


Text Example

White with #95975B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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