Html Css Color HEX #80991E Citron

📋 copy color: '#80991E'

red 128 ◦ green 153 ◦ blue 30

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

Shades of Citron #80991E

Tints of Citron #80991E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.2%

 BLUE value IS 30 (12.11% from 255) = 9.65%

R = 41.16%
G = 49.2%
B = 9.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#80991E (or 0x80991E) is known color: Citron. HEX triplet: 80, 99 and 1E. RGB value is (128,153,30). Sum of RGB (Red+Green+Blue) = 128+153+30=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #80991E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80991E is #7F66E1. Grayscale: #838383. Windows color (decimal): -8349410 or 2005376. OLE color: 2005376.

HSL color Cylindrical-coordinate representation of color #80991E: hue angle of 72.2º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80991E is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 30 -
CMYK 0.16 0 0.80 0.4
HSL 72.2º 0.67% 0.36% -
HSV(B) 72.2º 0.8% 0.6% -
XYZ 20.53 27.47 5.45 -
YUV 131.5 70.72 125.5 -
System Red Green Blue C M Y K H S L
Decimal 128 153 30 0.16 0 0.80 0.4 72.2 0.67 0.36
Hex 80 99 1E 10 0 50 28 48 43 24
Octal 200 231 36 20 0 120 50 110 103 44
Binary 10000000 10011001 11110 10000 0 1010000 101000 1001000 1000011 100100

Color Harmonies of #80991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80991E

Black with #80991E

Text Example


Text Example

White with #80991E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80991E; }

 p { color: rgb(128,153,30); }

 H1.HeaderClassName
 {
   color: #80991E;
 }
 .AnyTagClassName
 {
   color: #80991E;
 }
</style>

background-color css

<style>
 a { background-color: #80991E; }

 a { background-color: rgb(128,153,30); }

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

border-color css

<style>
 span { border-color: #80991E; }

 span { border-color: rgb(128,153,30); }

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