Html Css Color HEX #80980F Citron

📋 copy color: '#80980F'

red 128 ◦ green 152 ◦ blue 15

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

Shades of Citron #80980F

Tints of Citron #80980F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.08%

R = 43.39%
G = 51.53%
B = 5.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#80980F (or 0x80980F) is known color: Citron. HEX triplet: 80, 98 and 0F. RGB value is (128,152,15). Sum of RGB (Red+Green+Blue) = 128+152+15=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #80980F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80980F is #7F67F0. Grayscale: #818181. Windows color (decimal): -8349681 or 1022080. OLE color: 1022080.

HSL color Cylindrical-coordinate representation of color #80980F: hue angle of 70.51º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80980F is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 152 15 -
CMYK 0.16 0 0.90 0.40
HSL 70.51º 0.82% 0.33% -
HSV(B) 70.51º 0.9% 0.6% -
XYZ 20.22 27.08 4.61 -
YUV 129.21 63.55 127.14 -
System Red Green Blue C M Y K H S L
Decimal 128 152 15 0.16 0 0.90 0.40 70.51 0.82 0.33
Hex 80 98 F 10 0 5A 28 47 52 21
Octal 200 230 17 20 0 132 50 107 122 41
Binary 10000000 10011000 1111 10000 0 1011010 101000 1000111 1010010 100001

Color Harmonies of #80980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80980F

Black with #80980F

Text Example


Text Example

White with #80980F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80980F; }

 p { color: rgb(128,152,15); }

 H1.HeaderClassName
 {
   color: #80980F;
 }
 .AnyTagClassName
 {
   color: #80980F;
 }
</style>

background-color css

<style>
 a { background-color: #80980F; }

 a { background-color: rgb(128,152,15); }

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

border-color css

<style>
 span { border-color: #80980F; }

 span { border-color: rgb(128,152,15); }

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