Html Css Color HEX #94915D Avocado

📋 copy color: '#94915D'

red 148 ◦ green 145 ◦ blue 93

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

Shades of Avocado #94915D

Tints of Avocado #94915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.56%

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 38.34%
G = 37.56%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#94915D (or 0x94915D) is known color: Avocado. HEX triplet: 94, 91 and 5D. RGB value is (148,145,93). Sum of RGB (Red+Green+Blue) = 148+145+93=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #94915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94915D is #6B6EA2. Grayscale: #8C8C8C. Windows color (decimal): -7040675 or 6132116. OLE color: 6132116.

HSL color Cylindrical-coordinate representation of color #94915D: hue angle of 56.73º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94915D is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 145 93 -
CMYK 0 0.02 0.37 0.42
HSL 56.73º 0.23% 0.47% -
HSV(B) 56.73º 0.37% 0.58% -
XYZ 24.31 27.34 14.35 -
YUV 139.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 148 145 93 0 0.02 0.37 0.42 56.73 0.23 0.47
Hex 94 91 5D 0 2 25 2A 39 17 2F
Octal 224 221 135 0 2 45 52 71 27 57
Binary 10010100 10010001 1011101 0 10 100101 101010 111001 10111 101111

Color Harmonies of #94915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94915D

Black with #94915D

Text Example


Text Example

White with #94915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94915D; }

 p { color: rgb(148,145,93); }

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

background-color css

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

 a { background-color: rgb(148,145,93); }

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

border-color css

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

 span { border-color: rgb(148,145,93); }

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