Html Css Color HEX #949659 Avocado

📋 copy color: '#949659'

red 148 ◦ green 150 ◦ blue 89

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

Shades of Avocado #949659

Tints of Avocado #949659

RGB

 RED value IS 148 (58.2% from 255) = 38.24%

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

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

R = 38.24%
G = 38.76%
B = 23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#949659 (or 0x949659) is known color: Avocado. HEX triplet: 94, 96 and 59. RGB value is (148,150,89). Sum of RGB (Red+Green+Blue) = 148+150+89=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #949659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949659 is #6B69A6. Grayscale: #8E8E8E. Windows color (decimal): -7039399 or 5871252. OLE color: 5871252.

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

Color convert

RGB 148 150 89 -
CMYK 0.01 0 0.41 0.41
HSL 61.97º 0.26% 0.47% -
HSV(B) 61.97º 0.41% 0.59% -
XYZ 24.92 28.83 13.7 -
YUV 142.45 97.84 131.96 -
System Red Green Blue C M Y K H S L
Decimal 148 150 89 0.01 0 0.41 0.41 61.97 0.26 0.47
Hex 94 96 59 1 0 29 29 3E 1A 2F
Octal 224 226 131 1 0 51 51 76 32 57
Binary 10010100 10010110 1011001 1 0 101001 101001 111110 11010 101111

Color Harmonies of #949659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949659

Black with #949659

Text Example


Text Example

White with #949659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949659; }

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

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

background-color css

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

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

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

border-color css

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

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

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