#869216

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

Shades of Citron #869216

Tints of Citron #869216

Color information

#869216 (or 0x869216) is unknown color: approx Citron. HEX triplet: 86, 92 and 16. RGB value is (134,146,22). Sum of RGB (Red+Green+Blue) = 134+146+22=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #869216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869216 is #796DE9. Grayscale: #808080. Windows color (decimal): -7957994 or 1479302. OLE color: 1479302.

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

Color convert

RGB13414622-
CMYK0.0800.850.43
HSL65.81º73.81%32.94%-
HSV(B)65.81º84.93%57.25%-
XYZ20.2625.684.65-
YUV128.2868.02132.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.37%
GREEN value IS 146 (57.42% from 255) = 48.34%
BLUE value IS 22 (8.98% from 255) = 7.28%
R=44.37%
G=48.34%
B=7.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134146220.0800.850.4365.8173.8132.94
Hex86921680552B424a21
Octal206222261001255310211241
Binary10000110100100101011010000101010110101110000101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869216; }

 p { color: rgb(134,146,22); }

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

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

 a { background-color: rgb(134,146,22); }

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

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

 span { border-color: rgb(134,146,22); }

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