#869129

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

Shades of Citron #869129

Tints of Citron #869129

Color information

#869129 (or 0x869129) is unknown color: approx Citron. HEX triplet: 86, 91 and 29. RGB value is (134,145,41). Sum of RGB (Red+Green+Blue) = 134+145+41=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #869129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869129 is #796ED6. Grayscale: #828282. Windows color (decimal): -7958231 or 2724230. OLE color: 2724230.

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

Color convert

RGB13414541-
CMYK0.0800.720.43
HSL66.35º55.91%36.47%-
HSV(B)66.35º71.72%56.86%-
XYZ20.3625.485.94-
YUV129.8577.86130.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 41 (16.41% from 255) = 12.81%
R=41.88%
G=45.31%
B=12.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145410.0800.720.4366.3555.9136.47
Hex86912980482B423824
Octal20622151100110531027044
Binary10000110100100011010011000010010001010111000010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869129; }

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

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

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

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

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

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

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

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