#869125

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

Shades of Citron #869125

Tints of Citron #869125

Color information

#869125 (or 0x869125) is unknown color: approx Citron. HEX triplet: 86, 91 and 25. RGB value is (134,145,37). Sum of RGB (Red+Green+Blue) = 134+145+37=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #869125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869125 is #796EDA. Grayscale: #818181. Windows color (decimal): -7958235 or 2462086. OLE color: 2462086.

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

Color convert

RGB13414537-
CMYK0.0800.740.43
HSL66.11º59.34%35.69%-
HSV(B)66.11º74.48%56.86%-
XYZ20.2925.455.59-
YUV129.475.86131.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 145 (57.03% from 255) = 45.89%
BLUE value IS 37 (14.84% from 255) = 11.71%
R=42.41%
G=45.89%
B=11.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145370.0800.740.4366.1159.3435.69
Hex869125804A2B423b24
Octal20622145100112531027344
Binary10000110100100011001011000010010101010111000010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869125; }

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

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

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

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

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

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

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

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