Html Css Color HEX #8BA240 Wasabi

📋 copy color: '#8BA240'

red 139 ◦ green 162 ◦ blue 64

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

Shades of Wasabi #8BA240

Tints of Wasabi #8BA240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.53%

R = 38.08%
G = 44.38%
B = 17.53%

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

#8BA240 (or 0x8BA240) is known color: Wasabi. HEX triplet: 8B, A2 and 40. RGB value is (139,162,64). Sum of RGB (Red+Green+Blue) = 139+162+64=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA240 is #745DBF. Grayscale: #909090. Windows color (decimal): -7626176 or 4235915. OLE color: 4235915.

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

Color convert

RGB 139 162 64 -
CMYK 0.14 0 0.60 0.36
HSL 74.08º 0.43% 0.44% -
HSV(B) 74.08º 0.6% 0.64% -
XYZ 24.49 31.7 9.68 -
YUV 143.95 82.88 124.47 -
System Red Green Blue C M Y K H S L
Decimal 139 162 64 0.14 0 0.60 0.36 74.08 0.43 0.44
Hex 8B A2 40 E 0 3C 24 4A 2B 2C
Octal 213 242 100 16 0 74 44 112 53 54
Binary 10001011 10100010 1000000 1110 0 111100 100100 1001010 101011 101100

Color Harmonies of #8BA240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA240

Black with #8BA240

Text Example


Text Example

White with #8BA240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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