#869e14

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

Shades of Citron #869E14

Tints of Citron #869E14

Color information

#869E14 (or 0x869E14) is unknown color: approx Citron. HEX triplet: 86, 9E and 14. RGB value is (134,158,20). Sum of RGB (Red+Green+Blue) = 134+158+20=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 158 (62.11% from 255 or 50.64% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 158 - color contains mainly: green. Hex color #869E14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869E14 is #7961EB. Grayscale: #878787. Windows color (decimal): -7954924 or 1351302. OLE color: 1351302.

HSL color Cylindrical-coordinate representation of color #869E14: hue angle of 70.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #869E14 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB13415820-
CMYK0.1500.870.38
HSL70.43º77.53%34.9%-
HSV(B)70.43º87.34%61.96%-
XYZ22.1829.575.2-
YUV135.0963.05127.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 158 (62.11% from 255) = 50.64%
BLUE value IS 20 (8.20% from 255) = 6.41%
R=42.95%
G=50.64%
B=6.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134158200.1500.870.3870.4377.5334.9
Hex869E14F05726464e23
Octal206236241701274610611643
Binary10000110100111101010011110101011110011010001101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869e14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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