#869114

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

Shades of Citron #869114

Tints of Citron #869114

Color information

#869114 (or 0x869114) is unknown color: approx Citron. HEX triplet: 86, 91 and 14. RGB value is (134,145,20). Sum of RGB (Red+Green+Blue) = 134+145+20=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #869114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869114 is #796EEB. Grayscale: #7F7F7F. Windows color (decimal): -7958252 or 1347974. OLE color: 1347974.

HSL color Cylindrical-coordinate representation of color #869114: hue angle of 65.28º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #869114 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB13414520-
CMYK0.0800.860.43
HSL65.28º75.76%32.35%-
HSV(B)65.28º86.21%56.86%-
XYZ20.0825.374.5-
YUV127.4667.36132.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 145 (57.03% from 255) = 48.49%
BLUE value IS 20 (8.20% from 255) = 6.69%
R=44.82%
G=48.49%
B=6.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145200.0800.860.4365.2875.7632.35
Hex86911480562B414c20
Octal206221241001265310111440
Binary10000110100100011010010000101011010101110000011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869114; }

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

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

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

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

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

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

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

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