Html Css Color HEX #80991D Citron

📋 copy color: '#80991D'

red 128 ◦ green 153 ◦ blue 29

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

Shades of Citron #80991D

Tints of Citron #80991D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.35%

R = 41.29%
G = 49.35%
B = 9.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#80991D (or 0x80991D) is known color: Citron. HEX triplet: 80, 99 and 1D. RGB value is (128,153,29). Sum of RGB (Red+Green+Blue) = 128+153+29=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #80991D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80991D is #7F66E2. Grayscale: #838383. Windows color (decimal): -8349411 or 1939840. OLE color: 1939840.

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

Color convert

RGB 128 153 29 -
CMYK 0.16 0 0.81 0.4
HSL 72.1º 0.68% 0.36% -
HSV(B) 72.1º 0.81% 0.6% -
XYZ 20.52 27.46 5.38 -
YUV 131.39 70.22 125.58 -
System Red Green Blue C M Y K H S L
Decimal 128 153 29 0.16 0 0.81 0.4 72.1 0.68 0.36
Hex 80 99 1D 10 0 51 28 48 44 24
Octal 200 231 35 20 0 121 50 110 104 44
Binary 10000000 10011001 11101 10000 0 1010001 101000 1001000 1000100 100100

Color Harmonies of #80991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80991D

Black with #80991D

Text Example


Text Example

White with #80991D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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