Html Css Color HEX #949873 Avocado

📋 copy color: '#949873'

red 148 ◦ green 152 ◦ blue 115

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

Shades of Avocado #949873

Tints of Avocado #949873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.71%

R = 35.66%
G = 36.63%
B = 27.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#949873 (or 0x949873) is known color: Avocado. HEX triplet: 94, 98 and 73. RGB value is (148,152,115). Sum of RGB (Red+Green+Blue) = 148+152+115=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 152 - color contains mainly: green. Hex color #949873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949873 is #6B678C. Grayscale: #929292. Windows color (decimal): -7038861 or 7575700. OLE color: 7575700.

HSL color Cylindrical-coordinate representation of color #949873: hue angle of 66.49º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #949873 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 152 115 -
CMYK 0.03 0 0.24 0.40
HSL 66.49º 0.15% 0.52% -
HSV(B) 66.49º 0.24% 0.6% -
XYZ 26.54 29.99 20.61 -
YUV 146.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 148 152 115 0.03 0 0.24 0.40 66.49 0.15 0.52
Hex 94 98 73 3 0 18 28 42 F 34
Octal 224 230 163 3 0 30 50 102 17 64
Binary 10010100 10011000 1110011 11 0 11000 101000 1000010 1111 110100

Color Harmonies of #949873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949873

Black with #949873

Text Example


Text Example

White with #949873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949873; }

 p { color: rgb(148,152,115); }

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

background-color css

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

 a { background-color: rgb(148,152,115); }

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

border-color css

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

 span { border-color: rgb(148,152,115); }

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