Html Css Color HEX #8A9148 Wasabi

📋 copy color: '#8A9148'

red 138 ◦ green 145 ◦ blue 72

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

Shades of Wasabi #8A9148

Tints of Wasabi #8A9148

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.85%

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 38.87%
G = 40.85%
B = 20.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#8A9148 (or 0x8A9148) is known color: Wasabi. HEX triplet: 8A, 91 and 48. RGB value is (138,145,72). Sum of RGB (Red+Green+Blue) = 138+145+72=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #8A9148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9148 is #756EB7. Grayscale: #868686. Windows color (decimal): -7696056 or 4755850. OLE color: 4755850.

HSL color Cylindrical-coordinate representation of color #8A9148: hue angle of 65.75º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A9148 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 138 145 72 -
CMYK 0.05 0 0.50 0.43
HSL 65.75º 0.34% 0.43% -
HSV(B) 65.75º 0.5% 0.57% -
XYZ 21.78 26.12 10.03 -
YUV 134.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 138 145 72 0.05 0 0.50 0.43 65.75 0.34 0.43
Hex 8A 91 48 5 0 32 2B 42 22 2B
Octal 212 221 110 5 0 62 53 102 42 53
Binary 10001010 10010001 1001000 101 0 110010 101011 1000010 100010 101011

Color Harmonies of #8A9148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9148

Black with #8A9148

Text Example


Text Example

White with #8A9148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,145,72); }

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

background-color css

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

 a { background-color: rgb(138,145,72); }

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

border-color css

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

 span { border-color: rgb(138,145,72); }

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