Html Css Color HEX #809518 Citron

📋 copy color: '#809518'

red 128 ◦ green 149 ◦ blue 24

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

Shades of Citron #809518

Tints of Citron #809518

RGB

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

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

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

R = 42.52%
G = 49.5%
B = 7.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#809518 (or 0x809518) is known color: Citron. HEX triplet: 80, 95 and 18. RGB value is (128,149,24). Sum of RGB (Red+Green+Blue) = 128+149+24=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #809518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809518 is #7F6AE7. Grayscale: #808080. Windows color (decimal): -8350440 or 1611136. OLE color: 1611136.

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

Color convert

RGB 128 149 24 -
CMYK 0.14 0 0.84 0.42
HSL 70.08º 0.72% 0.34% -
HSV(B) 70.08º 0.84% 0.58% -
XYZ 19.81 26.15 4.87 -
YUV 128.47 69.04 127.66 -
System Red Green Blue C M Y K H S L
Decimal 128 149 24 0.14 0 0.84 0.42 70.08 0.72 0.34
Hex 80 95 18 E 0 54 2A 46 48 22
Octal 200 225 30 16 0 124 52 106 110 42
Binary 10000000 10010101 11000 1110 0 1010100 101010 1000110 1001000 100010

Color Harmonies of #809518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809518

Black with #809518

Text Example


Text Example

White with #809518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809518; }

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

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

background-color css

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

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

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

border-color css

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

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

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