#869c14

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

Shades of Citron #869C14

Tints of Citron #869C14

Color information

#869C14 (or 0x869C14) is unknown color: approx Citron. HEX triplet: 86, 9C and 14. RGB value is (134,156,20). Sum of RGB (Red+Green+Blue) = 134+156+20=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #869C14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869C14 is #7963EB. Grayscale: #868686. Windows color (decimal): -7955436 or 1350790. OLE color: 1350790.

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

Color convert

RGB13415620-
CMYK0.1400.870.39
HSL69.71º77.27%34.51%-
HSV(B)69.71º87.18%61.18%-
XYZ21.8528.95.09-
YUV133.9263.71128.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 156 (61.33% from 255) = 50.32%
BLUE value IS 20 (8.20% from 255) = 6.45%
R=43.23%
G=50.32%
B=6.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134156200.1400.870.3969.7177.2734.51
Hex869C14E05727464d23
Octal206234241601274710611543
Binary10000110100111001010011100101011110011110001101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869c14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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