Html Css Color HEX #809318 Citron

📋 copy color: '#809318'

red 128 ◦ green 147 ◦ blue 24

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

Shades of Citron #809318

Tints of Citron #809318

RGB

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

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

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

R = 42.81%
G = 49.16%
B = 8.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#809318 (or 0x809318) is known color: Citron. HEX triplet: 80, 93 and 18. RGB value is (128,147,24). Sum of RGB (Red+Green+Blue) = 128+147+24=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #809318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809318 is #7F6CE7. Grayscale: #7F7F7F. Windows color (decimal): -8350952 or 1610624. OLE color: 1610624.

HSL color Cylindrical-coordinate representation of color #809318: hue angle of 69.27º 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 #809318 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 147 24 -
CMYK 0.13 0 0.84 0.42
HSL 69.27º 0.72% 0.34% -
HSV(B) 69.27º 0.84% 0.58% -
XYZ 19.5 25.52 4.76 -
YUV 127.3 69.71 128.5 -
System Red Green Blue C M Y K H S L
Decimal 128 147 24 0.13 0 0.84 0.42 69.27 0.72 0.34
Hex 80 93 18 D 0 54 2A 45 48 22
Octal 200 223 30 15 0 124 52 105 110 42
Binary 10000000 10010011 11000 1101 0 1010100 101010 1000101 1001000 100010

Color Harmonies of #809318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809318

Black with #809318

Text Example


Text Example

White with #809318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809318; }

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

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

background-color css

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

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

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

border-color css

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

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

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