#869F20

Color #869F20 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #869F20

Tints of Citron #869F20

Color information

#869F20 (or 0x869F20) is unknown color: approx Citron. HEX triplet: 86, 9F and 20. RGB value is (134,159,32). Sum of RGB (Red+Green+Blue) = 134+159+32=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 159 - color contains mainly: green. Hex color #869F20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869F20 is #7960DF. Grayscale: #898989. Windows color (decimal): -7954656 or 2137990. OLE color: 2137990.

HSL color Cylindrical-coordinate representation of color #869F20: hue angle of 71.81º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #869F20 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB13415932-
CMYK0.1600.800.38
HSL71.81º66.49%37.45%-
HSV(B)71.81º79.87%62.35%-
XYZ22.4929.975.97-
YUV137.0568.72125.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.23%
GREEN value IS 159 (62.5% from 255) = 48.92%
BLUE value IS 32 (12.89% from 255) = 9.85%
R=41.23%
G=48.92%
B=9.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134159320.1600.800.3871.8166.4937.45
Hex869F201005026484225
Octal206237402001204611010245
Binary1000011010011111100000100000101000010011010010001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869F20; }

 p { color: rgb(134,159,32); }

 H1.HeaderClassName
 {
   color: #869F20;
 }
 .AnyTagClassName
 {
   color: #869F20;
 }
</style>
background-color css

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

 a { background-color: rgb(134,159,32); }

 div.DivClassName
 {
   background-color: #869F20;
 }
 .BgClassName
 {
   background-color: #869F20;
 }
</style>
border-color css

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

 span { border-color: rgb(134,159,32); }

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