Html Css Color HEX #92955F Avocado

📋 copy color: '#92955F'

red 146 ◦ green 149 ◦ blue 95

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

Shades of Avocado #92955F

Tints of Avocado #92955F

RGB

 RED value IS 146 (57.42% from 255) = 37.44%

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

 BLUE value IS 95 (37.5% from 255) = 24.36%

R = 37.44%
G = 38.21%
B = 24.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#92955F (or 0x92955F) is known color: Avocado. HEX triplet: 92, 95 and 5F. RGB value is (146,149,95). Sum of RGB (Red+Green+Blue) = 146+149+95=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 149 - color contains mainly: green. Hex color #92955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92955F is #6D6AA0. Grayscale: #8E8E8E. Windows color (decimal): -7170721 or 6264210. OLE color: 6264210.

HSL color Cylindrical-coordinate representation of color #92955F: hue angle of 63.33º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92955F is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 146 149 95 -
CMYK 0.02 0 0.36 0.42
HSL 63.33º 0.22% 0.48% -
HSV(B) 63.33º 0.36% 0.58% -
XYZ 24.67 28.43 15.01 -
YUV 141.95 101.51 130.89 -
System Red Green Blue C M Y K H S L
Decimal 146 149 95 0.02 0 0.36 0.42 63.33 0.22 0.48
Hex 92 95 5F 2 0 24 2A 3F 16 30
Octal 222 225 137 2 0 44 52 77 26 60
Binary 10010010 10010101 1011111 10 0 100100 101010 111111 10110 110000

Color Harmonies of #92955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92955F

Black with #92955F

Text Example


Text Example

White with #92955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92955F; }

 p { color: rgb(146,149,95); }

 H1.HeaderClassName
 {
   color: #92955F;
 }
 .AnyTagClassName
 {
   color: #92955F;
 }
</style>

background-color css

<style>
 a { background-color: #92955F; }

 a { background-color: rgb(146,149,95); }

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

border-color css

<style>
 span { border-color: #92955F; }

 span { border-color: rgb(146,149,95); }

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