Html Css Color HEX #8A8B2F Wasabi

📋 copy color: '#8A8B2F'

red 138 ◦ green 139 ◦ blue 47

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

Shades of Wasabi #8A8B2F

Tints of Wasabi #8A8B2F

RGB

 RED value IS 138 (54.3% from 255) = 42.59%

 GREEN value IS 139 (54.69% from 255) = 42.9%

 BLUE value IS 47 (18.75% from 255) = 14.51%

R = 42.59%
G = 42.9%
B = 14.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8A8B2F (or 0x8A8B2F) is known color: Wasabi. HEX triplet: 8A, 8B and 2F. RGB value is (138,139,47). Sum of RGB (Red+Green+Blue) = 138+139+47=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #8A8B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8B2F is #7574D0. Grayscale: #808080. Windows color (decimal): -7697617 or 3115914. OLE color: 3115914.

HSL color Cylindrical-coordinate representation of color #8A8B2F: hue angle of 60.65º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A8B2F is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB 138 139 47 -
CMYK 0.01 0 0.66 0.45
HSL 60.65º 0.49% 0.36% -
HSV(B) 60.65º 0.66% 0.55% -
XYZ 20.23 24.07 6.27 -
YUV 128.21 82.17 134.98 -
System Red Green Blue C M Y K H S L
Decimal 138 139 47 0.01 0 0.66 0.45 60.65 0.49 0.36
Hex 8A 8B 2F 1 0 42 2D 3D 31 24
Octal 212 213 57 1 0 102 55 75 61 44
Binary 10001010 10001011 101111 1 0 1000010 101101 111101 110001 100100

Color Harmonies of #8A8B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8B2F

Black with #8A8B2F

Text Example


Text Example

White with #8A8B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,139,47); }

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

background-color css

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

 a { background-color: rgb(138,139,47); }

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

border-color css

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

 span { border-color: rgb(138,139,47); }

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