Html Css Color HEX #8A9C41 Wasabi

📋 copy color: '#8A9C41'

red 138 ◦ green 156 ◦ blue 65

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

Shades of Wasabi #8A9C41

Tints of Wasabi #8A9C41

RGB

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

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

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

R = 38.44%
G = 43.45%
B = 18.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#8A9C41 (or 0x8A9C41) is known color: Wasabi. HEX triplet: 8A, 9C and 41. RGB value is (138,156,65). Sum of RGB (Red+Green+Blue) = 138+156+65=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 156 - color contains mainly: green. Hex color #8A9C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9C41 is #7563BE. Grayscale: #8C8C8C. Windows color (decimal): -7693247 or 4299914. OLE color: 4299914.

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

Color convert

RGB 138 156 65 -
CMYK 0.12 0 0.58 0.39
HSL 71.87º 0.41% 0.43% -
HSV(B) 71.87º 0.58% 0.61% -
XYZ 23.32 29.56 9.48 -
YUV 140.24 85.54 126.4 -
System Red Green Blue C M Y K H S L
Decimal 138 156 65 0.12 0 0.58 0.39 71.87 0.41 0.43
Hex 8A 9C 41 C 0 3A 27 48 29 2B
Octal 212 234 101 14 0 72 47 110 51 53
Binary 10001010 10011100 1000001 1100 0 111010 100111 1001000 101001 101011

Color Harmonies of #8A9C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9C41

Black with #8A9C41

Text Example


Text Example

White with #8A9C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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