Html Css Color HEX #80950D Citron

📋 copy color: '#80950D'

red 128 ◦ green 149 ◦ blue 13

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

Shades of Citron #80950D

Tints of Citron #80950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.38%

 BLUE value IS 13 (5.47% from 255) = 4.48%

R = 44.14%
G = 51.38%
B = 4.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#80950D (or 0x80950D) is known color: Citron. HEX triplet: 80, 95 and 0D. RGB value is (128,149,13). Sum of RGB (Red+Green+Blue) = 128+149+13=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #80950D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80950D is #7F6AF2. Grayscale: #7F7F7F. Windows color (decimal): -8350451 or 890240. OLE color: 890240.

HSL color Cylindrical-coordinate representation of color #80950D: hue angle of 69.26º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80950D is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 149 13 -
CMYK 0.14 0 0.91 0.42
HSL 69.26º 0.84% 0.32% -
HSV(B) 69.26º 0.91% 0.58% -
XYZ 19.72 26.11 4.38 -
YUV 127.22 63.54 128.56 -
System Red Green Blue C M Y K H S L
Decimal 128 149 13 0.14 0 0.91 0.42 69.26 0.84 0.32
Hex 80 95 D E 0 5B 2A 45 54 20
Octal 200 225 15 16 0 133 52 105 124 40
Binary 10000000 10010101 1101 1110 0 1011011 101010 1000101 1010100 100000

Color Harmonies of #80950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80950D

Black with #80950D

Text Example


Text Example

White with #80950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,149,13); }

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

background-color css

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

 a { background-color: rgb(128,149,13); }

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

border-color css

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

 span { border-color: rgb(128,149,13); }

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