Html Css Color HEX #8A9650 Wasabi

📋 copy color: '#8A9650'

red 138 ◦ green 150 ◦ blue 80

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

Shades of Wasabi #8A9650

Tints of Wasabi #8A9650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.76%

 BLUE value IS 80 (31.64% from 255) = 21.74%

R = 37.5%
G = 40.76%
B = 21.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#8A9650 (or 0x8A9650) is known color: Wasabi. HEX triplet: 8A, 96 and 50. RGB value is (138,150,80). Sum of RGB (Red+Green+Blue) = 138+150+80=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 150 - color contains mainly: green. Hex color #8A9650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9650 is #7569AF. Grayscale: #8A8A8A. Windows color (decimal): -7694768 or 5281418. OLE color: 5281418.

HSL color Cylindrical-coordinate representation of color #8A9650: hue angle of 70.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A9650 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 138 150 80 -
CMYK 0.08 0 0.47 0.41
HSL 70.29º 0.3% 0.45% -
HSV(B) 70.29º 0.47% 0.59% -
XYZ 22.84 27.8 11.75 -
YUV 138.43 95.02 127.69 -
System Red Green Blue C M Y K H S L
Decimal 138 150 80 0.08 0 0.47 0.41 70.29 0.3 0.45
Hex 8A 96 50 8 0 2F 29 46 1E 2D
Octal 212 226 120 10 0 57 51 106 36 55
Binary 10001010 10010110 1010000 1000 0 101111 101001 1000110 11110 101101

Color Harmonies of #8A9650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9650

Black with #8A9650

Text Example


Text Example

White with #8A9650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,150,80); }

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

background-color css

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

 a { background-color: rgb(138,150,80); }

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

border-color css

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

 span { border-color: rgb(138,150,80); }

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