Html Css Color HEX #8A9D41 Wasabi

📋 copy color: '#8A9D41'

red 138 ◦ green 157 ◦ blue 65

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

Shades of Wasabi #8A9D41

Tints of Wasabi #8A9D41

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.61%

 BLUE value IS 65 (25.78% from 255) = 18.06%

R = 38.33%
G = 43.61%
B = 18.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#8A9D41 (or 0x8A9D41) is known color: Wasabi. HEX triplet: 8A, 9D and 41. RGB value is (138,157,65). Sum of RGB (Red+Green+Blue) = 138+157+65=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 157 - color contains mainly: green. Hex color #8A9D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9D41 is #7562BE. Grayscale: #8D8D8D. Windows color (decimal): -7692991 or 4300170. OLE color: 4300170.

HSL color Cylindrical-coordinate representation of color #8A9D41: hue angle of 72.39º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A9D41 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 157 65 -
CMYK 0.12 0 0.59 0.38
HSL 72.39º 0.41% 0.44% -
HSV(B) 72.39º 0.59% 0.62% -
XYZ 23.49 29.9 9.53 -
YUV 140.83 85.21 125.98 -
System Red Green Blue C M Y K H S L
Decimal 138 157 65 0.12 0 0.59 0.38 72.39 0.41 0.44
Hex 8A 9D 41 C 0 3B 26 48 29 2C
Octal 212 235 101 14 0 73 46 110 51 54
Binary 10001010 10011101 1000001 1100 0 111011 100110 1001000 101001 101100

Color Harmonies of #8A9D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9D41

Black with #8A9D41

Text Example


Text Example

White with #8A9D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,157,65); }

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

background-color css

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

 a { background-color: rgb(138,157,65); }

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

border-color css

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

 span { border-color: rgb(138,157,65); }

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