#85A230

Color #85A230 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #85A230

Tints of Sushi #85A230

Color information

#85A230 (or 0x85A230) is unknown color: approx Sushi. HEX triplet: 85, A2 and 30. RGB value is (133,162,48). Sum of RGB (Red+Green+Blue) = 133+162+48=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #85A230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A230 is #7A5DCF. Grayscale: #8C8C8C. Windows color (decimal): -8019408 or 3187333. OLE color: 3187333.

HSL color Cylindrical-coordinate representation of color #85A230: hue angle of 75.26º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85A230 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB13316248-
CMYK0.1800.700.36
HSL75.26º54.29%41.18%-
HSV(B)75.26º70.37%63.53%-
XYZ23.1331.047.57-
YUV140.3375.89122.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 162 (63.67% from 255) = 47.23%
BLUE value IS 48 (19.14% from 255) = 13.99%
R=38.78%
G=47.23%
B=13.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133162480.1800.700.3675.2654.2941.18
Hex85A23012046244b3629
Octal20524260220106441136651
Binary100001011010001011000010010010001101001001001011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A230; }

 p { color: rgb(133,162,48); }

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

<style>
 a { background-color: #85A230; }

 a { background-color: rgb(133,162,48); }

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

<style>
 span { border-color: #85A230; }

 span { border-color: rgb(133,162,48); }

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