Html Css Color HEX #8A9A4E Wasabi

📋 copy color: '#8A9A4E'

red 138 ◦ green 154 ◦ blue 78

#8A9A4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #8A9A4E

Tints of Wasabi #8A9A4E

RGB

 RED value IS 138 (54.3% from 255) = 37.3%

 GREEN value IS 154 (60.55% from 255) = 41.62%

 BLUE value IS 78 (30.86% from 255) = 21.08%

R = 37.3%
G = 41.62%
B = 21.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#8A9A4E (or 0x8A9A4E) is known color: Wasabi. HEX triplet: 8A, 9A and 4E. RGB value is (138,154,78). Sum of RGB (Red+Green+Blue) = 138+154+78=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 154 - color contains mainly: green. Hex color #8A9A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9A4E is #7565B1. Grayscale: #8C8C8C. Windows color (decimal): -7693746 or 5151370. OLE color: 5151370.

HSL color Cylindrical-coordinate representation of color #8A9A4E: hue angle of 72.63º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A9A4E is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 138 154 78 -
CMYK 0.10 0 0.49 0.40
HSL 72.63º 0.33% 0.45% -
HSV(B) 72.63º 0.49% 0.6% -
XYZ 23.41 29.06 11.58 -
YUV 140.55 92.7 126.18 -
System Red Green Blue C M Y K H S L
Decimal 138 154 78 0.10 0 0.49 0.40 72.63 0.33 0.45
Hex 8A 9A 4E A 0 31 28 49 21 2D
Octal 212 232 116 12 0 61 50 111 41 55
Binary 10001010 10011010 1001110 1010 0 110001 101000 1001001 100001 101101

Color Harmonies of #8A9A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9A4E

Black with #8A9A4E

Text Example


Text Example

White with #8A9A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,154,78); }

 H1.HeaderClassName
 {
   color: #8A9A4E;
 }
 .AnyTagClassName
 {
   color: #8A9A4E;
 }
</style>

background-color css

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

 a { background-color: rgb(138,154,78); }

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

border-color css

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

 span { border-color: rgb(138,154,78); }

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