#8AA235

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

Shades of Sushi #8AA235

Tints of Sushi #8AA235

Color information

#8AA235 (or 0x8AA235) is unknown color: approx Sushi. HEX triplet: 8A, A2 and 35. RGB value is (138,162,53). Sum of RGB (Red+Green+Blue) = 138+162+53=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA235 is #755DCA. Grayscale: #8E8E8E. Windows color (decimal): -7691723 or 3515018. OLE color: 3515018.

HSL color Cylindrical-coordinate representation of color #8AA235: hue angle of 73.21º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8AA235 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB13816253-
CMYK0.1500.670.36
HSL73.21º50.7%42.16%-
HSV(B)73.21º67.28%63.53%-
XYZ24.0431.58.18-
YUV142.477.55124.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.09%
GREEN value IS 162 (63.67% from 255) = 45.89%
BLUE value IS 53 (21.09% from 255) = 15.01%
R=39.09%
G=45.89%
B=15.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138162530.1500.670.3673.2150.742.16
Hex8AA235F0432449332a
Octal21224265170103441116352
Binary10001010101000101101011111010000111001001001001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA235; }

 p { color: rgb(138,162,53); }

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

<style>
 a { background-color: #8AA235; }

 a { background-color: rgb(138,162,53); }

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

<style>
 span { border-color: #8AA235; }

 span { border-color: rgb(138,162,53); }

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