Html Css Color HEX #80902C Wasabi

📋 copy color: '#80902C'

red 128 ◦ green 144 ◦ blue 44

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

Shades of Wasabi #80902C

Tints of Wasabi #80902C

RGB

 RED value IS 128 (50.39% from 255) = 40.51%

 GREEN value IS 144 (56.64% from 255) = 45.57%

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

R = 40.51%
G = 45.57%
B = 13.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#80902C (or 0x80902C) is known color: Wasabi. HEX triplet: 80, 90 and 2C. RGB value is (128,144,44). Sum of RGB (Red+Green+Blue) = 128+144+44=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #80902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80902C is #7F6FD3. Grayscale: #808080. Windows color (decimal): -8351700 or 2920576. OLE color: 2920576.

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

Color convert

RGB 128 144 44 -
CMYK 0.11 0 0.69 0.44
HSL 69.6º 0.53% 0.37% -
HSV(B) 69.6º 0.69% 0.56% -
XYZ 19.33 24.72 6.14 -
YUV 127.82 80.7 128.13 -
System Red Green Blue C M Y K H S L
Decimal 128 144 44 0.11 0 0.69 0.44 69.6 0.53 0.37
Hex 80 90 2C B 0 45 2C 46 35 25
Octal 200 220 54 13 0 105 54 106 65 45
Binary 10000000 10010000 101100 1011 0 1000101 101100 1000110 110101 100101

Color Harmonies of #80902C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80902C

Black with #80902C

Text Example


Text Example

White with #80902C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80902C; }

 p { color: rgb(128,144,44); }

 H1.HeaderClassName
 {
   color: #80902C;
 }
 .AnyTagClassName
 {
   color: #80902C;
 }
</style>

background-color css

<style>
 a { background-color: #80902C; }

 a { background-color: rgb(128,144,44); }

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

border-color css

<style>
 span { border-color: #80902C; }

 span { border-color: rgb(128,144,44); }

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