Html Css Color HEX #94995E Avocado

📋 copy color: '#94995E'

red 148 ◦ green 153 ◦ blue 94

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

Shades of Avocado #94995E

Tints of Avocado #94995E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.73%

 BLUE value IS 94 (37.11% from 255) = 23.8%

R = 37.47%
G = 38.73%
B = 23.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#94995E (or 0x94995E) is known color: Avocado. HEX triplet: 94, 99 and 5E. RGB value is (148,153,94). Sum of RGB (Red+Green+Blue) = 148+153+94=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #94995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94995E is #6B66A1. Grayscale: #919191. Windows color (decimal): -7038626 or 6199700. OLE color: 6199700.

HSL color Cylindrical-coordinate representation of color #94995E: hue angle of 65.08º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94995E is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 153 94 -
CMYK 0.03 0 0.39 0.4
HSL 65.08º 0.24% 0.48% -
HSV(B) 65.08º 0.39% 0.6% -
XYZ 25.62 29.89 15.01 -
YUV 144.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 148 153 94 0.03 0 0.39 0.4 65.08 0.24 0.48
Hex 94 99 5E 3 0 27 28 41 18 30
Octal 224 231 136 3 0 47 50 101 30 60
Binary 10010100 10011001 1011110 11 0 100111 101000 1000001 11000 110000

Color Harmonies of #94995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94995E

Black with #94995E

Text Example


Text Example

White with #94995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94995E; }

 p { color: rgb(148,153,94); }

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

background-color css

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

 a { background-color: rgb(148,153,94); }

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

border-color css

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

 span { border-color: rgb(148,153,94); }

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