Html Css Color HEX #949C63 Avocado

📋 copy color: '#949C63'

red 148 ◦ green 156 ◦ blue 99

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

Shades of Avocado #949C63

Tints of Avocado #949C63

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.71%

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

R = 36.72%
G = 38.71%
B = 24.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#949C63 (or 0x949C63) is known color: Avocado. HEX triplet: 94, 9C and 63. RGB value is (148,156,99). Sum of RGB (Red+Green+Blue) = 148+156+99=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 156 - color contains mainly: green. Hex color #949C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949C63 is #6B639C. Grayscale: #939393. Windows color (decimal): -7037853 or 6528148. OLE color: 6528148.

HSL color Cylindrical-coordinate representation of color #949C63: hue angle of 68.42º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #949C63 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 156 99 -
CMYK 0.05 0 0.37 0.39
HSL 68.42º 0.22% 0.5% -
HSV(B) 68.42º 0.37% 0.61% -
XYZ 26.35 30.97 16.39 -
YUV 147.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 148 156 99 0.05 0 0.37 0.39 68.42 0.22 0.5
Hex 94 9C 63 5 0 25 27 44 16 32
Octal 224 234 143 5 0 45 47 104 26 62
Binary 10010100 10011100 1100011 101 0 100101 100111 1000100 10110 110010

Color Harmonies of #949C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949C63

Black with #949C63

Text Example


Text Example

White with #949C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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