Html Css Color HEX #949658 Avocado

📋 copy color: '#949658'

red 148 ◦ green 150 ◦ blue 88

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

Shades of Avocado #949658

Tints of Avocado #949658

RGB

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

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

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

R = 38.34%
G = 38.86%
B = 22.8%

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

#949658 (or 0x949658) is known color: Avocado. HEX triplet: 94, 96 and 58. RGB value is (148,150,88). Sum of RGB (Red+Green+Blue) = 148+150+88=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 150 - color contains mainly: green. Hex color #949658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949658 is #6B69A7. Grayscale: #8E8E8E. Windows color (decimal): -7039400 or 5805716. OLE color: 5805716.

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

Color convert

RGB 148 150 88 -
CMYK 0.01 0 0.41 0.41
HSL 61.94º 0.26% 0.47% -
HSV(B) 61.94º 0.41% 0.59% -
XYZ 24.88 28.81 13.48 -
YUV 142.33 97.34 132.04 -
System Red Green Blue C M Y K H S L
Decimal 148 150 88 0.01 0 0.41 0.41 61.94 0.26 0.47
Hex 94 96 58 1 0 29 29 3E 1A 2F
Octal 224 226 130 1 0 51 51 76 32 57
Binary 10010100 10010110 1011000 1 0 101001 101001 111110 11010 101111

Color Harmonies of #949658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949658

Black with #949658

Text Example


Text Example

White with #949658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949658; }

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

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

background-color css

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

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

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

border-color css

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

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

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