Html Css Color HEX #80990C Citron

📋 copy color: '#80990C'

red 128 ◦ green 153 ◦ blue 12

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

Shades of Citron #80990C

Tints of Citron #80990C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.1%

R = 43.69%
G = 52.22%
B = 4.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#80990C (or 0x80990C) is known color: Citron. HEX triplet: 80, 99 and 0C. RGB value is (128,153,12). Sum of RGB (Red+Green+Blue) = 128+153+12=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #80990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80990C is #7F66F3. Grayscale: #818181. Windows color (decimal): -8349428 or 825728. OLE color: 825728.

HSL color Cylindrical-coordinate representation of color #80990C: hue angle of 70.64º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80990C is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 12 -
CMYK 0.16 0 0.92 0.4
HSL 70.64º 0.85% 0.32% -
HSV(B) 70.64º 0.92% 0.6% -
XYZ 20.36 27.4 4.56 -
YUV 129.45 61.72 126.96 -
System Red Green Blue C M Y K H S L
Decimal 128 153 12 0.16 0 0.92 0.4 70.64 0.85 0.32
Hex 80 99 C 10 0 5C 28 47 55 20
Octal 200 231 14 20 0 134 50 107 125 40
Binary 10000000 10011001 1100 10000 0 1011100 101000 1000111 1010101 100000

Color Harmonies of #80990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80990C

Black with #80990C

Text Example


Text Example

White with #80990C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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