Html Css Color HEX #8BA246 Wasabi

📋 copy color: '#8BA246'

red 139 ◦ green 162 ◦ blue 70

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

Shades of Wasabi #8BA246

Tints of Wasabi #8BA246

RGB

 RED value IS 139 (54.69% from 255) = 37.47%

 GREEN value IS 162 (63.67% from 255) = 43.67%

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

R = 37.47%
G = 43.67%
B = 18.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#8BA246 (or 0x8BA246) is known color: Wasabi. HEX triplet: 8B, A2 and 46. RGB value is (139,162,70). Sum of RGB (Red+Green+Blue) = 139+162+70=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA246 is #745DB9. Grayscale: #909090. Windows color (decimal): -7626170 or 4629131. OLE color: 4629131.

HSL color Cylindrical-coordinate representation of color #8BA246: hue angle of 75º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8BA246 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 139 162 70 -
CMYK 0.14 0 0.57 0.36
HSL 75º 0.4% 0.45% -
HSV(B) 75º 0.57% 0.64% -
XYZ 24.67 31.77 10.63 -
YUV 144.64 85.88 123.98 -
System Red Green Blue C M Y K H S L
Decimal 139 162 70 0.14 0 0.57 0.36 75 0.4 0.45
Hex 8B A2 46 E 0 39 24 4B 28 2D
Octal 213 242 106 16 0 71 44 113 50 55
Binary 10001011 10100010 1000110 1110 0 111001 100100 1001011 101000 101101

Color Harmonies of #8BA246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA246

Black with #8BA246

Text Example


Text Example

White with #8BA246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,162,70); }

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

background-color css

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

 a { background-color: rgb(139,162,70); }

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

border-color css

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

 span { border-color: rgb(139,162,70); }

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