Html Css Color HEX #949872 Avocado

📋 copy color: '#949872'

red 148 ◦ green 152 ◦ blue 114

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

Shades of Avocado #949872

Tints of Avocado #949872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.54%

R = 35.75%
G = 36.71%
B = 27.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#949872 (or 0x949872) is known color: Avocado. HEX triplet: 94, 98 and 72. RGB value is (148,152,114). Sum of RGB (Red+Green+Blue) = 148+152+114=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 152 - color contains mainly: green. Hex color #949872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949872 is #6B678D. Grayscale: #929292. Windows color (decimal): -7038862 or 7510164. OLE color: 7510164.

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

Color convert

RGB 148 152 114 -
CMYK 0.03 0 0.25 0.40
HSL 66.32º 0.16% 0.52% -
HSV(B) 66.32º 0.25% 0.6% -
XYZ 26.48 29.97 20.31 -
YUV 146.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 148 152 114 0.03 0 0.25 0.40 66.32 0.16 0.52
Hex 94 98 72 3 0 19 28 42 10 34
Octal 224 230 162 3 0 31 50 102 20 64
Binary 10010100 10011000 1110010 11 0 11001 101000 1000010 10000 110100

Color Harmonies of #949872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949872

Black with #949872

Text Example


Text Example

White with #949872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949872; }

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

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

background-color css

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

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

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

border-color css

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

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

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