Html Css Color HEX #949753 Avocado

📋 copy color: '#949753'

red 148 ◦ green 151 ◦ blue 83

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

Shades of Avocado #949753

Tints of Avocado #949753

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.53%

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

R = 38.74%
G = 39.53%
B = 21.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#949753 (or 0x949753) is known color: Avocado. HEX triplet: 94, 97 and 53. RGB value is (148,151,83). Sum of RGB (Red+Green+Blue) = 148+151+83=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 151 - color contains mainly: green. Hex color #949753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949753 is #6B68AC. Grayscale: #8E8E8E. Windows color (decimal): -7039149 or 5478292. OLE color: 5478292.

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

Color convert

RGB 148 151 83 -
CMYK 0.02 0 0.45 0.41
HSL 62.65º 0.29% 0.46% -
HSV(B) 62.65º 0.45% 0.59% -
XYZ 24.84 29.05 12.48 -
YUV 142.35 94.51 132.03 -
System Red Green Blue C M Y K H S L
Decimal 148 151 83 0.02 0 0.45 0.41 62.65 0.29 0.46
Hex 94 97 53 2 0 2D 29 3F 1D 2E
Octal 224 227 123 2 0 55 51 77 35 56
Binary 10010100 10010111 1010011 10 0 101101 101001 111111 11101 101110

Color Harmonies of #949753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949753

Black with #949753

Text Example


Text Example

White with #949753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949753; }

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

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

background-color css

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

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

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

border-color css

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

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

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