Html Css Color HEX #8A9B46 Wasabi

📋 copy color: '#8A9B46'

red 138 ◦ green 155 ◦ blue 70

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

Shades of Wasabi #8A9B46

Tints of Wasabi #8A9B46

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.7%

 BLUE value IS 70 (27.73% from 255) = 19.28%

R = 38.02%
G = 42.7%
B = 19.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#8A9B46 (or 0x8A9B46) is known color: Wasabi. HEX triplet: 8A, 9B and 46. RGB value is (138,155,70). Sum of RGB (Red+Green+Blue) = 138+155+70=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9B46 is #7564B9. Grayscale: #8C8C8C. Windows color (decimal): -7693498 or 4627338. OLE color: 4627338.

HSL color Cylindrical-coordinate representation of color #8A9B46: hue angle of 72º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A9B46 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 155 70 -
CMYK 0.11 0 0.55 0.39
HSL 72º 0.38% 0.44% -
HSV(B) 72º 0.55% 0.61% -
XYZ 23.31 29.29 10.22 -
YUV 140.23 88.37 126.41 -
System Red Green Blue C M Y K H S L
Decimal 138 155 70 0.11 0 0.55 0.39 72 0.38 0.44
Hex 8A 9B 46 B 0 37 27 48 26 2C
Octal 212 233 106 13 0 67 47 110 46 54
Binary 10001010 10011011 1000110 1011 0 110111 100111 1001000 100110 101100

Color Harmonies of #8A9B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9B46

Black with #8A9B46

Text Example


Text Example

White with #8A9B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,155,70); }

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

background-color css

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

 a { background-color: rgb(138,155,70); }

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

border-color css

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

 span { border-color: rgb(138,155,70); }

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