#92925C

Color #92925C Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #92925C

Tints of Avocado #92925C

Color information

#92925C (or 0x92925C) is unknown color: approx Avocado. HEX triplet: 92, 92 and 5C. RGB value is (146,146,92). Sum of RGB (Red+Green+Blue) = 146+146+92=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 146 - color contains mainly: red, green. Hex color #92925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92925C is #6D6DA3. Grayscale: #8C8C8C. Windows color (decimal): -7171492 or 6066834. OLE color: 6066834.

HSL color Cylindrical-coordinate representation of color #92925C: hue angle of 60º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92925C is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB14614692-
CMYK000.370.43
HSL60º22.69%46.67%-
HSV(B)60º36.99%57.25%-
XYZ24.0627.4414.15-
YUV139.84101132.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.02%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 92 (36.33% from 255) = 23.96%
R=38.02%
G=38.02%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614692000.370.436022.6946.67
Hex92925C00252B3c172f
Octal222222134004553742757
Binary100100101001001010111000010010110101111110010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,146,92); }

 H1.HeaderClassName
 {
   color: #92925C;
 }
 .AnyTagClassName
 {
   color: #92925C;
 }
</style>
background-color css

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

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

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

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

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

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