#8AA83C

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

Shades of Sushi #8AA83C

Tints of Sushi #8AA83C

Color information

#8AA83C (or 0x8AA83C) is unknown color: approx Sushi. HEX triplet: 8A, A8 and 3C. RGB value is (138,168,60). Sum of RGB (Red+Green+Blue) = 138+168+60=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA83C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA83C is #7557C3. Grayscale: #939393. Windows color (decimal): -7690180 or 3975306. OLE color: 3975306.

HSL color Cylindrical-coordinate representation of color #8AA83C: hue angle of 76.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AA83C is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB13816860-
CMYK0.1800.640.34
HSL76.67º47.37%44.71%-
HSV(B)76.67º64.29%65.88%-
XYZ25.333.739.45-
YUV146.7279.06121.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.70%
GREEN value IS 168 (66.02% from 255) = 45.90%
BLUE value IS 60 (23.83% from 255) = 16.39%
R=37.70%
G=45.90%
B=16.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal138168600.1800.640.3476.6747.3744.71
Hex8AA83C12040224d2f2d
Octal21225074220100421155755
Binary100010101010100011110010010010000001000101001101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,168,60); }

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

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

 a { background-color: rgb(138,168,60); }

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

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

 span { border-color: rgb(138,168,60); }

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