Html Css Color HEX #93985A Avocado

📋 copy color: '#93985A'

red 147 ◦ green 152 ◦ blue 90

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

Shades of Avocado #93985A

Tints of Avocado #93985A

RGB

 RED value IS 147 (57.81% from 255) = 37.79%

 GREEN value IS 152 (59.77% from 255) = 39.07%

 BLUE value IS 90 (35.55% from 255) = 23.14%

R = 37.79%
G = 39.07%
B = 23.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#93985A (or 0x93985A) is known color: Avocado. HEX triplet: 93, 98 and 5A. RGB value is (147,152,90). Sum of RGB (Red+Green+Blue) = 147+152+90=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #93985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93985A is #6C67A5. Grayscale: #8F8F8F. Windows color (decimal): -7104422 or 5937299. OLE color: 5937299.

HSL color Cylindrical-coordinate representation of color #93985A: hue angle of 64.84º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93985A is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 147 152 90 -
CMYK 0.03 0 0.41 0.40
HSL 64.84º 0.26% 0.47% -
HSV(B) 64.84º 0.41% 0.6% -
XYZ 25.11 29.4 14.02 -
YUV 143.44 97.84 130.54 -
System Red Green Blue C M Y K H S L
Decimal 147 152 90 0.03 0 0.41 0.40 64.84 0.26 0.47
Hex 93 98 5A 3 0 29 28 41 1A 2F
Octal 223 230 132 3 0 51 50 101 32 57
Binary 10010011 10011000 1011010 11 0 101001 101000 1000001 11010 101111

Color Harmonies of #93985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93985A

Black with #93985A

Text Example


Text Example

White with #93985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93985A; }

 p { color: rgb(147,152,90); }

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

background-color css

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

 a { background-color: rgb(147,152,90); }

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

border-color css

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

 span { border-color: rgb(147,152,90); }

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