Html Css Color HEX #8A982F Wasabi

📋 copy color: '#8A982F'

red 138 ◦ green 152 ◦ blue 47

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

Shades of Wasabi #8A982F

Tints of Wasabi #8A982F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.1%

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

R = 40.95%
G = 45.1%
B = 13.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#8A982F (or 0x8A982F) is known color: Wasabi. HEX triplet: 8A, 98 and 2F. RGB value is (138,152,47). Sum of RGB (Red+Green+Blue) = 138+152+47=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #8A982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A982F is #7567D0. Grayscale: #888888. Windows color (decimal): -7694289 or 3119242. OLE color: 3119242.

HSL color Cylindrical-coordinate representation of color #8A982F: hue angle of 68º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A982F is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 138 152 47 -
CMYK 0.09 0 0.69 0.40
HSL 68º 0.53% 0.39% -
HSV(B) 68º 0.69% 0.6% -
XYZ 22.22 28.06 6.94 -
YUV 135.84 77.86 129.54 -
System Red Green Blue C M Y K H S L
Decimal 138 152 47 0.09 0 0.69 0.40 68 0.53 0.39
Hex 8A 98 2F 9 0 45 28 44 35 27
Octal 212 230 57 11 0 105 50 104 65 47
Binary 10001010 10011000 101111 1001 0 1000101 101000 1000100 110101 100111

Color Harmonies of #8A982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A982F

Black with #8A982F

Text Example


Text Example

White with #8A982F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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