Html Css Color HEX #809A10 Citron

📋 copy color: '#809A10'

red 128 ◦ green 154 ◦ blue 16

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

Shades of Citron #809A10

Tints of Citron #809A10

RGB

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

 GREEN value IS 154 (60.55% from 255) = 51.68%

 BLUE value IS 16 (6.64% from 255) = 5.37%

R = 42.95%
G = 51.68%
B = 5.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#809A10 (or 0x809A10) is known color: Citron. HEX triplet: 80, 9A and 10. RGB value is (128,154,16). Sum of RGB (Red+Green+Blue) = 128+154+16=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 154 (60.55% from 255 or 51.68% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 154 - color contains mainly: green. Hex color #809A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809A10 is #7F65EF. Grayscale: #838383. Windows color (decimal): -8349168 or 1088128. OLE color: 1088128.

HSL color Cylindrical-coordinate representation of color #809A10: hue angle of 71.3º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #809A10 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 154 16 -
CMYK 0.17 0 0.90 0.40
HSL 71.3º 0.81% 0.33% -
HSV(B) 71.3º 0.9% 0.6% -
XYZ 20.55 27.74 4.76 -
YUV 130.49 63.39 126.22 -
System Red Green Blue C M Y K H S L
Decimal 128 154 16 0.17 0 0.90 0.40 71.3 0.81 0.33
Hex 80 9A 10 11 0 5A 28 47 51 21
Octal 200 232 20 21 0 132 50 107 121 41
Binary 10000000 10011010 10000 10001 0 1011010 101000 1000111 1010001 100001

Color Harmonies of #809A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809A10

Black with #809A10

Text Example


Text Example

White with #809A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,154,16); }

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

background-color css

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

 a { background-color: rgb(128,154,16); }

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

border-color css

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

 span { border-color: rgb(128,154,16); }

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