#85A23B

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

Shades of Sushi #85A23B

Tints of Sushi #85A23B

Color information

#85A23B (or 0x85A23B) is unknown color: approx Sushi. HEX triplet: 85, A2 and 3B. RGB value is (133,162,59). Sum of RGB (Red+Green+Blue) = 133+162+59=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #85A23B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A23B is #7A5DC4. Grayscale: #8D8D8D. Windows color (decimal): -8019397 or 3908229. OLE color: 3908229.

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

Color convert

RGB13316259-
CMYK0.1800.640.36
HSL76.89º46.61%43.33%-
HSV(B)76.89º63.58%63.53%-
XYZ23.3831.148.92-
YUV141.5981.39121.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 162 (63.67% from 255) = 45.76%
BLUE value IS 59 (23.44% from 255) = 16.67%
R=37.57%
G=45.76%
B=16.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133162590.1800.640.3676.8946.6143.33
Hex85A23B12040244d2f2b
Octal20524273220100441155753
Binary100001011010001011101110010010000001001001001101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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