Html Css Color HEX #80930D Citron

📋 copy color: '#80930D'

red 128 ◦ green 147 ◦ blue 13

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

Shades of Citron #80930D

Tints of Citron #80930D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.04%

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

R = 44.44%
G = 51.04%
B = 4.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#80930D (or 0x80930D) is known color: Citron. HEX triplet: 80, 93 and 0D. RGB value is (128,147,13). Sum of RGB (Red+Green+Blue) = 128+147+13=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #80930D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80930D is #7F6CF2. Grayscale: #7E7E7E. Windows color (decimal): -8350963 or 889728. OLE color: 889728.

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

Color convert

RGB 128 147 13 -
CMYK 0.13 0 0.91 0.42
HSL 68.51º 0.84% 0.31% -
HSV(B) 68.51º 0.91% 0.58% -
XYZ 19.41 25.49 4.28 -
YUV 126.04 64.21 129.4 -
System Red Green Blue C M Y K H S L
Decimal 128 147 13 0.13 0 0.91 0.42 68.51 0.84 0.31
Hex 80 93 D D 0 5B 2A 45 54 1F
Octal 200 223 15 15 0 133 52 105 124 37
Binary 10000000 10010011 1101 1101 0 1011011 101010 1000101 1010100 11111

Color Harmonies of #80930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80930D

Black with #80930D

Text Example


Text Example

White with #80930D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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