Html Css Color HEX #92955B Avocado

📋 copy color: '#92955B'

red 146 ◦ green 149 ◦ blue 91

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

Shades of Avocado #92955B

Tints of Avocado #92955B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.58%

R = 37.82%
G = 38.6%
B = 23.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#92955B (or 0x92955B) is known color: Avocado. HEX triplet: 92, 95 and 5B. RGB value is (146,149,91). Sum of RGB (Red+Green+Blue) = 146+149+91=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 149 - color contains mainly: green. Hex color #92955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92955B is #6D6AA4. Grayscale: #8D8D8D. Windows color (decimal): -7170725 or 6002066. OLE color: 6002066.

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

Color convert

RGB 146 149 91 -
CMYK 0.02 0 0.39 0.42
HSL 63.1º 0.24% 0.47% -
HSV(B) 63.1º 0.39% 0.58% -
XYZ 24.49 28.36 14.08 -
YUV 141.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 146 149 91 0.02 0 0.39 0.42 63.1 0.24 0.47
Hex 92 95 5B 2 0 27 2A 3F 18 2F
Octal 222 225 133 2 0 47 52 77 30 57
Binary 10010010 10010101 1011011 10 0 100111 101010 111111 11000 101111

Color Harmonies of #92955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92955B

Black with #92955B

Text Example


Text Example

White with #92955B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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