Html Css Color HEX #809D18 Citron

📋 copy color: '#809D18'

red 128 ◦ green 157 ◦ blue 24

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

Shades of Citron #809D18

Tints of Citron #809D18

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50.81%

 BLUE value IS 24 (9.77% from 255) = 7.77%

R = 41.42%
G = 50.81%
B = 7.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#809D18 (or 0x809D18) is known color: Citron. HEX triplet: 80, 9D and 18. RGB value is (128,157,24). Sum of RGB (Red+Green+Blue) = 128+157+24=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 157 (61.72% from 255 or 50.81% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 157 - color contains mainly: green. Hex color #809D18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809D18 is #7F62E7. Grayscale: #858585. Windows color (decimal): -8348392 or 1613184. OLE color: 1613184.

HSL color Cylindrical-coordinate representation of color #809D18: hue angle of 73.08º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #809D18 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 157 24 -
CMYK 0.18 0 0.85 0.38
HSL 73.08º 0.73% 0.35% -
HSV(B) 73.08º 0.85% 0.62% -
XYZ 21.12 28.77 5.3 -
YUV 133.17 66.39 124.31 -
System Red Green Blue C M Y K H S L
Decimal 128 157 24 0.18 0 0.85 0.38 73.08 0.73 0.35
Hex 80 9D 18 12 0 55 26 49 49 23
Octal 200 235 30 22 0 125 46 111 111 43
Binary 10000000 10011101 11000 10010 0 1010101 100110 1001001 1001001 100011

Color Harmonies of #809D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809D18

Black with #809D18

Text Example


Text Example

White with #809D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809D18; }

 p { color: rgb(128,157,24); }

 H1.HeaderClassName
 {
   color: #809D18;
 }
 .AnyTagClassName
 {
   color: #809D18;
 }
</style>

background-color css

<style>
 a { background-color: #809D18; }

 a { background-color: rgb(128,157,24); }

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

border-color css

<style>
 span { border-color: #809D18; }

 span { border-color: rgb(128,157,24); }

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