Html Css Color HEX #80902B Wasabi

📋 copy color: '#80902B'

red 128 ◦ green 144 ◦ blue 43

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

Shades of Wasabi #80902B

Tints of Wasabi #80902B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.65%

R = 40.63%
G = 45.71%
B = 13.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#80902B (or 0x80902B) is known color: Wasabi. HEX triplet: 80, 90 and 2B. RGB value is (128,144,43). Sum of RGB (Red+Green+Blue) = 128+144+43=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #80902B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80902B is #7F6FD4. Grayscale: #808080. Windows color (decimal): -8351701 or 2855040. OLE color: 2855040.

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

Color convert

RGB 128 144 43 -
CMYK 0.11 0 0.70 0.44
HSL 69.5º 0.54% 0.37% -
HSV(B) 69.5º 0.7% 0.56% -
XYZ 19.31 24.71 6.04 -
YUV 127.7 80.2 128.21 -
System Red Green Blue C M Y K H S L
Decimal 128 144 43 0.11 0 0.70 0.44 69.5 0.54 0.37
Hex 80 90 2B B 0 46 2C 46 36 25
Octal 200 220 53 13 0 106 54 106 66 45
Binary 10000000 10010000 101011 1011 0 1000110 101100 1000110 110110 100101

Color Harmonies of #80902B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80902B

Black with #80902B

Text Example


Text Example

White with #80902B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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