Html Css Color HEX #809918 Citron

📋 copy color: '#809918'

red 128 ◦ green 153 ◦ blue 24

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

Shades of Citron #809918

Tints of Citron #809918

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.16%

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

R = 41.97%
G = 50.16%
B = 7.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#809918 (or 0x809918) is known color: Citron. HEX triplet: 80, 99 and 18. RGB value is (128,153,24). Sum of RGB (Red+Green+Blue) = 128+153+24=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #809918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809918 is #7F66E7. Grayscale: #838383. Windows color (decimal): -8349416 or 1612160. OLE color: 1612160.

HSL color Cylindrical-coordinate representation of color #809918: hue angle of 71.63º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #809918 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 24 -
CMYK 0.16 0 0.84 0.4
HSL 71.63º 0.73% 0.35% -
HSV(B) 71.63º 0.84% 0.6% -
XYZ 20.46 27.44 5.08 -
YUV 130.82 67.72 125.99 -
System Red Green Blue C M Y K H S L
Decimal 128 153 24 0.16 0 0.84 0.4 71.63 0.73 0.35
Hex 80 99 18 10 0 54 28 48 49 23
Octal 200 231 30 20 0 124 50 110 111 43
Binary 10000000 10011001 11000 10000 0 1010100 101000 1001000 1001001 100011

Color Harmonies of #809918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809918

Black with #809918

Text Example


Text Example

White with #809918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809918; }

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

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

background-color css

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

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

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

border-color css

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

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

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