Html Css Color HEX #8B8E2C Wasabi

📋 copy color: '#8B8E2C'

red 139 ◦ green 142 ◦ blue 44

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

Shades of Wasabi #8B8E2C

Tints of Wasabi #8B8E2C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.69%

 BLUE value IS 44 (17.58% from 255) = 13.54%

R = 42.77%
G = 43.69%
B = 13.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8B8E2C (or 0x8B8E2C) is known color: Wasabi. HEX triplet: 8B, 8E and 2C. RGB value is (139,142,44). Sum of RGB (Red+Green+Blue) = 139+142+44=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8E2C is #7471D3. Grayscale: #828282. Windows color (decimal): -7631316 or 2920075. OLE color: 2920075.

HSL color Cylindrical-coordinate representation of color #8B8E2C: hue angle of 61.84º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B8E2C is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 139 142 44 -
CMYK 0.02 0 0.69 0.44
HSL 61.84º 0.53% 0.36% -
HSV(B) 61.84º 0.69% 0.56% -
XYZ 20.78 25.02 6.12 -
YUV 129.93 79.51 134.47 -
System Red Green Blue C M Y K H S L
Decimal 139 142 44 0.02 0 0.69 0.44 61.84 0.53 0.36
Hex 8B 8E 2C 2 0 45 2C 3E 35 24
Octal 213 216 54 2 0 105 54 76 65 44
Binary 10001011 10001110 101100 10 0 1000101 101100 111110 110101 100100

Color Harmonies of #8B8E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8E2C

Black with #8B8E2C

Text Example


Text Example

White with #8B8E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,142,44); }

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

background-color css

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

 a { background-color: rgb(139,142,44); }

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

border-color css

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

 span { border-color: rgb(139,142,44); }

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