Html Css Color HEX #80910F Citron

📋 copy color: '#80910F'

red 128 ◦ green 145 ◦ blue 15

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

Shades of Citron #80910F

Tints of Citron #80910F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.35%

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

R = 44.44%
G = 50.35%
B = 5.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#80910F (or 0x80910F) is known color: Citron. HEX triplet: 80, 91 and 0F. RGB value is (128,145,15). Sum of RGB (Red+Green+Blue) = 128+145+15=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #80910F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80910F is #7F6EF0. Grayscale: #7D7D7D. Windows color (decimal): -8351473 or 1020288. OLE color: 1020288.

HSL color Cylindrical-coordinate representation of color #80910F: hue angle of 67.85º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80910F is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 145 15 -
CMYK 0.12 0 0.90 0.43
HSL 67.85º 0.81% 0.31% -
HSV(B) 67.85º 0.9% 0.57% -
XYZ 19.11 24.87 4.25 -
YUV 125.1 65.87 130.07 -
System Red Green Blue C M Y K H S L
Decimal 128 145 15 0.12 0 0.90 0.43 67.85 0.81 0.31
Hex 80 91 F C 0 5A 2B 44 51 1F
Octal 200 221 17 14 0 132 53 104 121 37
Binary 10000000 10010001 1111 1100 0 1011010 101011 1000100 1010001 11111

Color Harmonies of #80910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80910F

Black with #80910F

Text Example


Text Example

White with #80910F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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