Html Css Color HEX #949853 Avocado

📋 copy color: '#949853'

red 148 ◦ green 152 ◦ blue 83

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

Shades of Avocado #949853

Tints of Avocado #949853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.67%

R = 38.64%
G = 39.69%
B = 21.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#949853 (or 0x949853) is known color: Avocado. HEX triplet: 94, 98 and 53. RGB value is (148,152,83). Sum of RGB (Red+Green+Blue) = 148+152+83=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 152 - color contains mainly: green. Hex color #949853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949853 is #6B67AC. Grayscale: #8F8F8F. Windows color (decimal): -7038893 or 5478548. OLE color: 5478548.

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

Color convert

RGB 148 152 83 -
CMYK 0.03 0 0.45 0.40
HSL 63.48º 0.29% 0.46% -
HSV(B) 63.48º 0.45% 0.6% -
XYZ 25 29.38 12.54 -
YUV 142.94 94.17 131.61 -
System Red Green Blue C M Y K H S L
Decimal 148 152 83 0.03 0 0.45 0.40 63.48 0.29 0.46
Hex 94 98 53 3 0 2D 28 3F 1D 2E
Octal 224 230 123 3 0 55 50 77 35 56
Binary 10010100 10011000 1010011 11 0 101101 101000 111111 11101 101110

Color Harmonies of #949853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949853

Black with #949853

Text Example


Text Example

White with #949853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949853; }

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

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

background-color css

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

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

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

border-color css

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

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

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