#8AA33D

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

Shades of Sushi #8AA33D

Tints of Sushi #8AA33D

Color information

#8AA33D (or 0x8AA33D) is unknown color: approx Sushi. HEX triplet: 8A, A3 and 3D. RGB value is (138,163,61). Sum of RGB (Red+Green+Blue) = 138+163+61=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA33D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA33D is #755CC2. Grayscale: #909090. Windows color (decimal): -7691459 or 4039562. OLE color: 4039562.

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

Color convert

RGB13816361-
CMYK0.1500.630.36
HSL74.71º45.54%43.92%-
HSV(B)74.71º62.58%63.92%-
XYZ24.4231.939.29-
YUV143.981.22123.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.12%
GREEN value IS 163 (64.06% from 255) = 45.03%
BLUE value IS 61 (24.22% from 255) = 16.85%
R=38.12%
G=45.03%
B=16.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138163610.1500.630.3674.7145.5443.92
Hex8AA33DF03F244b2e2c
Octal2122437517077441135654
Binary1000101010100011111101111101111111001001001011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,163,61); }

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

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

 a { background-color: rgb(138,163,61); }

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

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

 span { border-color: rgb(138,163,61); }

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