Html Css Color HEX #80970C Citron

📋 copy color: '#80970C'

red 128 ◦ green 151 ◦ blue 12

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

Shades of Citron #80970C

Tints of Citron #80970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.89%

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

R = 43.99%
G = 51.89%
B = 4.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#80970C (or 0x80970C) is known color: Citron. HEX triplet: 80, 97 and 0C. RGB value is (128,151,12). Sum of RGB (Red+Green+Blue) = 128+151+12=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #80970C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80970C is #7F68F3. Grayscale: #808080. Windows color (decimal): -8349940 or 825216. OLE color: 825216.

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

Color convert

RGB 128 151 12 -
CMYK 0.15 0 0.92 0.41
HSL 69.93º 0.85% 0.32% -
HSV(B) 69.93º 0.92% 0.59% -
XYZ 20.04 26.75 4.45 -
YUV 128.28 62.38 127.8 -
System Red Green Blue C M Y K H S L
Decimal 128 151 12 0.15 0 0.92 0.41 69.93 0.85 0.32
Hex 80 97 C F 0 5C 29 46 55 20
Octal 200 227 14 17 0 134 51 106 125 40
Binary 10000000 10010111 1100 1111 0 1011100 101001 1000110 1010101 100000

Color Harmonies of #80970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80970C

Black with #80970C

Text Example


Text Example

White with #80970C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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