Html Css Color HEX #8A983C Wasabi

📋 copy color: '#8A983C'

red 138 ◦ green 152 ◦ blue 60

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

Shades of Wasabi #8A983C

Tints of Wasabi #8A983C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.14%

R = 39.43%
G = 43.43%
B = 17.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#8A983C (or 0x8A983C) is known color: Wasabi. HEX triplet: 8A, 98 and 3C. RGB value is (138,152,60). Sum of RGB (Red+Green+Blue) = 138+152+60=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #8A983C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A983C is #7567C3. Grayscale: #898989. Windows color (decimal): -7694276 or 3971210. OLE color: 3971210.

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

Color convert

RGB 138 152 60 -
CMYK 0.09 0 0.61 0.40
HSL 69.13º 0.43% 0.42% -
HSV(B) 69.13º 0.61% 0.6% -
XYZ 22.53 28.19 8.53 -
YUV 137.33 84.36 128.48 -
System Red Green Blue C M Y K H S L
Decimal 138 152 60 0.09 0 0.61 0.40 69.13 0.43 0.42
Hex 8A 98 3C 9 0 3D 28 45 2B 2A
Octal 212 230 74 11 0 75 50 105 53 52
Binary 10001010 10011000 111100 1001 0 111101 101000 1000101 101011 101010

Color Harmonies of #8A983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A983C

Black with #8A983C

Text Example


Text Example

White with #8A983C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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