Html Css Color HEX #959851 Avocado

📋 copy color: '#959851'

red 149 ◦ green 152 ◦ blue 81

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

Shades of Avocado #959851

Tints of Avocado #959851

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.79%

 BLUE value IS 81 (32.03% from 255) = 21.2%

R = 39.01%
G = 39.79%
B = 21.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#959851 (or 0x959851) is known color: Avocado. HEX triplet: 95, 98 and 51. RGB value is (149,152,81). Sum of RGB (Red+Green+Blue) = 149+152+81=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #959851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959851 is #6A67AE. Grayscale: #8F8F8F. Windows color (decimal): -6973359 or 5347477. OLE color: 5347477.

HSL color Cylindrical-coordinate representation of color #959851: hue angle of 62.54º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #959851 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 152 81 -
CMYK 0.02 0 0.47 0.40
HSL 62.54º 0.3% 0.46% -
HSV(B) 62.54º 0.47% 0.6% -
XYZ 25.11 29.44 12.14 -
YUV 143.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 149 152 81 0.02 0 0.47 0.40 62.54 0.3 0.46
Hex 95 98 51 2 0 2F 28 3F 1E 2E
Octal 225 230 121 2 0 57 50 77 36 56
Binary 10010101 10011000 1010001 10 0 101111 101000 111111 11110 101110

Color Harmonies of #959851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959851

Black with #959851

Text Example


Text Example

White with #959851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959851; }

 p { color: rgb(149,152,81); }

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

background-color css

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

 a { background-color: rgb(149,152,81); }

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

border-color css

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

 span { border-color: rgb(149,152,81); }

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