Html Css Color HEX #80930F Citron

📋 copy color: '#80930F'

red 128 ◦ green 147 ◦ blue 15

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

Shades of Citron #80930F

Tints of Citron #80930F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.17%

R = 44.14%
G = 50.69%
B = 5.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#80930F (or 0x80930F) is known color: Citron. HEX triplet: 80, 93 and 0F. RGB value is (128,147,15). Sum of RGB (Red+Green+Blue) = 128+147+15=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #80930F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80930F is #7F6CF0. Grayscale: #7E7E7E. Windows color (decimal): -8350961 or 1020800. OLE color: 1020800.

HSL color Cylindrical-coordinate representation of color #80930F: hue angle of 68.64º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80930F is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 147 15 -
CMYK 0.13 0 0.90 0.42
HSL 68.64º 0.81% 0.32% -
HSV(B) 68.64º 0.9% 0.58% -
XYZ 19.42 25.49 4.35 -
YUV 126.27 65.21 129.23 -
System Red Green Blue C M Y K H S L
Decimal 128 147 15 0.13 0 0.90 0.42 68.64 0.81 0.32
Hex 80 93 F D 0 5A 2A 45 51 20
Octal 200 223 17 15 0 132 52 105 121 40
Binary 10000000 10010011 1111 1101 0 1011010 101010 1000101 1010001 100000

Color Harmonies of #80930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80930F

Black with #80930F

Text Example


Text Example

White with #80930F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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