Html Css Color HEX #969558 Avocado

📋 copy color: '#969558'

red 150 ◦ green 149 ◦ blue 88

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

Shades of Avocado #969558

Tints of Avocado #969558

RGB

 RED value IS 150 (58.98% from 255) = 38.76%

 GREEN value IS 149 (58.59% from 255) = 38.5%

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

R = 38.76%
G = 38.5%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#969558 (or 0x969558) is known color: Avocado. HEX triplet: 96, 95 and 58. RGB value is (150,149,88). Sum of RGB (Red+Green+Blue) = 150+149+88=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #969558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969558 is #696AA7. Grayscale: #8E8E8E. Windows color (decimal): -6908584 or 5805462. OLE color: 5805462.

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

Color convert

RGB 150 149 88 -
CMYK 0 0.01 0.41 0.41
HSL 59.03º 0.26% 0.47% -
HSV(B) 59.03º 0.41% 0.59% -
XYZ 25.09 28.68 13.45 -
YUV 142.35 97.33 133.46 -
System Red Green Blue C M Y K H S L
Decimal 150 149 88 0 0.01 0.41 0.41 59.03 0.26 0.47
Hex 96 95 58 0 1 29 29 3B 1A 2F
Octal 226 225 130 0 1 51 51 73 32 57
Binary 10010110 10010101 1011000 0 1 101001 101001 111011 11010 101111

Color Harmonies of #969558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969558

Black with #969558

Text Example


Text Example

White with #969558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969558; }

 p { color: rgb(150,149,88); }

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

background-color css

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

 a { background-color: rgb(150,149,88); }

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

border-color css

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

 span { border-color: rgb(150,149,88); }

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