Html Css Color HEX #8BA138 Wasabi

📋 copy color: '#8BA138'

red 139 ◦ green 161 ◦ blue 56

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

Shades of Wasabi #8BA138

Tints of Wasabi #8BA138

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.22%

 BLUE value IS 56 (22.27% from 255) = 15.73%

R = 39.04%
G = 45.22%
B = 15.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#8BA138 (or 0x8BA138) is known color: Wasabi. HEX triplet: 8B, A1 and 38. RGB value is (139,161,56). Sum of RGB (Red+Green+Blue) = 139+161+56=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA138 is #745EC7. Grayscale: #8E8E8E. Windows color (decimal): -7626440 or 3711371. OLE color: 3711371.

HSL color Cylindrical-coordinate representation of color #8BA138: hue angle of 72.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8BA138 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 139 161 56 -
CMYK 0.14 0 0.65 0.37
HSL 72.57º 0.48% 0.43% -
HSV(B) 72.57º 0.65% 0.63% -
XYZ 24.11 31.26 8.51 -
YUV 142.45 79.21 125.54 -
System Red Green Blue C M Y K H S L
Decimal 139 161 56 0.14 0 0.65 0.37 72.57 0.48 0.43
Hex 8B A1 38 E 0 41 25 49 30 2B
Octal 213 241 70 16 0 101 45 111 60 53
Binary 10001011 10100001 111000 1110 0 1000001 100101 1001001 110000 101011

Color Harmonies of #8BA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA138

Black with #8BA138

Text Example


Text Example

White with #8BA138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,161,56); }

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

background-color css

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

 a { background-color: rgb(139,161,56); }

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

border-color css

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

 span { border-color: rgb(139,161,56); }

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