Html Css Color HEX #969259 Avocado

📋 copy color: '#969259'

red 150 ◦ green 146 ◦ blue 89

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

Shades of Avocado #969259

Tints of Avocado #969259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.92%

 BLUE value IS 89 (35.16% from 255) = 23.12%

R = 38.96%
G = 37.92%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#969259 (or 0x969259) is known color: Avocado. HEX triplet: 96, 92 and 59. RGB value is (150,146,89). Sum of RGB (Red+Green+Blue) = 150+146+89=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #969259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969259 is #696DA6. Grayscale: #8C8C8C. Windows color (decimal): -6909351 or 5870230. OLE color: 5870230.

HSL color Cylindrical-coordinate representation of color #969259: hue angle of 56.07º 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 #969259 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 146 89 -
CMYK 0 0.03 0.41 0.41
HSL 56.07º 0.26% 0.47% -
HSV(B) 56.07º 0.41% 0.59% -
XYZ 24.66 27.76 13.51 -
YUV 140.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 150 146 89 0 0.03 0.41 0.41 56.07 0.26 0.47
Hex 96 92 59 0 3 29 29 38 1A 2F
Octal 226 222 131 0 3 51 51 70 32 57
Binary 10010110 10010010 1011001 0 11 101001 101001 111000 11010 101111

Color Harmonies of #969259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969259

Black with #969259

Text Example


Text Example

White with #969259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969259; }

 p { color: rgb(150,146,89); }

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

background-color css

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

 a { background-color: rgb(150,146,89); }

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

border-color css

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

 span { border-color: rgb(150,146,89); }

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