Html Css Color HEX #949763 Avocado

📋 copy color: '#949763'

red 148 ◦ green 151 ◦ blue 99

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

Shades of Avocado #949763

Tints of Avocado #949763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.87%

R = 37.19%
G = 37.94%
B = 24.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#949763 (or 0x949763) is known color: Avocado. HEX triplet: 94, 97 and 63. RGB value is (148,151,99). Sum of RGB (Red+Green+Blue) = 148+151+99=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 151 - color contains mainly: green. Hex color #949763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949763 is #6B689C. Grayscale: #909090. Windows color (decimal): -7039133 or 6526868. OLE color: 6526868.

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

Color convert

RGB 148 151 99 -
CMYK 0.02 0 0.34 0.41
HSL 63.46º 0.21% 0.49% -
HSV(B) 63.46º 0.34% 0.59% -
XYZ 25.53 29.33 16.12 -
YUV 144.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 148 151 99 0.02 0 0.34 0.41 63.46 0.21 0.49
Hex 94 97 63 2 0 22 29 3F 15 31
Octal 224 227 143 2 0 42 51 77 25 61
Binary 10010100 10010111 1100011 10 0 100010 101001 111111 10101 110001

Color Harmonies of #949763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949763

Black with #949763

Text Example


Text Example

White with #949763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949763; }

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

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

background-color css

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

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

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

border-color css

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

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

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