Html Css Color HEX #809115 Citron

📋 copy color: '#809115'

red 128 ◦ green 145 ◦ blue 21

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

Shades of Citron #809115

Tints of Citron #809115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.14%

R = 43.54%
G = 49.32%
B = 7.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#809115 (or 0x809115) is known color: Citron. HEX triplet: 80, 91 and 15. RGB value is (128,145,21). Sum of RGB (Red+Green+Blue) = 128+145+21=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #809115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809115 is #7F6EEA. Grayscale: #7E7E7E. Windows color (decimal): -8351467 or 1413504. OLE color: 1413504.

HSL color Cylindrical-coordinate representation of color #809115: hue angle of 68.23º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #809115 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 145 21 -
CMYK 0.12 0 0.86 0.43
HSL 68.23º 0.75% 0.33% -
HSV(B) 68.23º 0.86% 0.57% -
XYZ 19.16 24.89 4.5 -
YUV 125.78 68.87 129.58 -
System Red Green Blue C M Y K H S L
Decimal 128 145 21 0.12 0 0.86 0.43 68.23 0.75 0.33
Hex 80 91 15 C 0 56 2B 44 4B 21
Octal 200 221 25 14 0 126 53 104 113 41
Binary 10000000 10010001 10101 1100 0 1010110 101011 1000100 1001011 100001

Color Harmonies of #809115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809115

Black with #809115

Text Example


Text Example

White with #809115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809115; }

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

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

background-color css

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

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

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

border-color css

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

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

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