#869C06

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

Shades of Citron #869C06

Tints of Citron #869C06

Color information

#869C06 (or 0x869C06) is unknown color: approx Citron. HEX triplet: 86, 9C and 06. RGB value is (134,156,6). Sum of RGB (Red+Green+Blue) = 134+156+6=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #869C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869C06 is #7963F9. Grayscale: #848484. Windows color (decimal): -7955450 or 433286. OLE color: 433286.

HSL color Cylindrical-coordinate representation of color #869C06: hue angle of 68.8º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #869C06 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB1341566-
CMYK0.1400.960.39
HSL68.8º92.59%31.76%-
HSV(B)68.8º96.15%61.18%-
XYZ21.7528.864.6-
YUV132.3256.71129.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 156 (61.33% from 255) = 52.70%
BLUE value IS 6 (2.73% from 255) = 2.03%
R=45.27%
G=52.70%
B=2.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13415660.1400.960.3968.892.5931.76
Hex869C6E06027455d20
Octal20623461601404710513540
Binary100001101001110011011100110000010011110001011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,156,6); }

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

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

 a { background-color: rgb(134,156,6); }

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

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

 span { border-color: rgb(134,156,6); }

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