Html Css Color HEX #8A9C3A Wasabi

📋 copy color: '#8A9C3A'

red 138 ◦ green 156 ◦ blue 58

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

Shades of Wasabi #8A9C3A

Tints of Wasabi #8A9C3A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.32%

 BLUE value IS 58 (23.05% from 255) = 16.48%

R = 39.2%
G = 44.32%
B = 16.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#8A9C3A (or 0x8A9C3A) is known color: Wasabi. HEX triplet: 8A, 9C and 3A. RGB value is (138,156,58). Sum of RGB (Red+Green+Blue) = 138+156+58=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 156 - color contains mainly: green. Hex color #8A9C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9C3A is #7563C5. Grayscale: #8B8B8B. Windows color (decimal): -7693254 or 3841162. OLE color: 3841162.

HSL color Cylindrical-coordinate representation of color #8A9C3A: hue angle of 71.02º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A9C3A is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 156 58 -
CMYK 0.12 0 0.63 0.39
HSL 71.02º 0.46% 0.42% -
HSV(B) 71.02º 0.63% 0.61% -
XYZ 23.13 29.49 8.48 -
YUV 139.45 82.04 126.97 -
System Red Green Blue C M Y K H S L
Decimal 138 156 58 0.12 0 0.63 0.39 71.02 0.46 0.42
Hex 8A 9C 3A C 0 3F 27 47 2E 2A
Octal 212 234 72 14 0 77 47 107 56 52
Binary 10001010 10011100 111010 1100 0 111111 100111 1000111 101110 101010

Color Harmonies of #8A9C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9C3A

Black with #8A9C3A

Text Example


Text Example

White with #8A9C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,156,58); }

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

background-color css

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

 a { background-color: rgb(138,156,58); }

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

border-color css

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

 span { border-color: rgb(138,156,58); }

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