Html Css Color HEX #8BA241 Wasabi

📋 copy color: '#8BA241'

red 139 ◦ green 162 ◦ blue 65

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

Shades of Wasabi #8BA241

Tints of Wasabi #8BA241

RGB

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

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

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

R = 37.98%
G = 44.26%
B = 17.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#8BA241 (or 0x8BA241) is known color: Wasabi. HEX triplet: 8B, A2 and 41. RGB value is (139,162,65). Sum of RGB (Red+Green+Blue) = 139+162+65=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA241 is #745DBE. Grayscale: #909090. Windows color (decimal): -7626175 or 4301451. OLE color: 4301451.

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

Color convert

RGB 139 162 65 -
CMYK 0.14 0 0.60 0.36
HSL 74.23º 0.43% 0.45% -
HSV(B) 74.23º 0.6% 0.64% -
XYZ 24.52 31.71 9.83 -
YUV 144.07 83.38 124.39 -
System Red Green Blue C M Y K H S L
Decimal 139 162 65 0.14 0 0.60 0.36 74.23 0.43 0.45
Hex 8B A2 41 E 0 3C 24 4A 2B 2D
Octal 213 242 101 16 0 74 44 112 53 55
Binary 10001011 10100010 1000001 1110 0 111100 100100 1001010 101011 101101

Color Harmonies of #8BA241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA241

Black with #8BA241

Text Example


Text Example

White with #8BA241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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