Html Css Color HEX #94955C Avocado

📋 copy color: '#94955C'

red 148 ◦ green 149 ◦ blue 92

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

Shades of Avocado #94955C

Tints of Avocado #94955C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

 BLUE value IS 92 (36.33% from 255) = 23.65%

R = 38.05%
G = 38.3%
B = 23.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#94955C (or 0x94955C) is known color: Avocado. HEX triplet: 94, 95 and 5C. RGB value is (148,149,92). Sum of RGB (Red+Green+Blue) = 148+149+92=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 149 - color contains mainly: green. Hex color #94955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94955C is #6B6AA3. Grayscale: #8E8E8E. Windows color (decimal): -7039652 or 6067604. OLE color: 6067604.

HSL color Cylindrical-coordinate representation of color #94955C: hue angle of 61.05º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94955C is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 149 92 -
CMYK 0.01 0 0.38 0.42
HSL 61.05º 0.24% 0.47% -
HSV(B) 61.05º 0.38% 0.58% -
XYZ 24.89 28.56 14.33 -
YUV 142.2 99.67 132.13 -
System Red Green Blue C M Y K H S L
Decimal 148 149 92 0.01 0 0.38 0.42 61.05 0.24 0.47
Hex 94 95 5C 1 0 26 2A 3D 18 2F
Octal 224 225 134 1 0 46 52 75 30 57
Binary 10010100 10010101 1011100 1 0 100110 101010 111101 11000 101111

Color Harmonies of #94955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94955C

Black with #94955C

Text Example


Text Example

White with #94955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94955C; }

 p { color: rgb(148,149,92); }

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

background-color css

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

 a { background-color: rgb(148,149,92); }

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

border-color css

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

 span { border-color: rgb(148,149,92); }

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