#869619

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

Shades of Citron #869619

Tints of Citron #869619

Color information

#869619 (or 0x869619) is unknown color: approx Citron. HEX triplet: 86, 96 and 19. RGB value is (134,150,25). Sum of RGB (Red+Green+Blue) = 134+150+25=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #869619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869619 is #7969E6. Grayscale: #838383. Windows color (decimal): -7956967 or 1676934. OLE color: 1676934.

HSL color Cylindrical-coordinate representation of color #869619: hue angle of 67.68º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #869619 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB13415025-
CMYK0.1100.830.41
HSL67.68º71.43%34.31%-
HSV(B)67.68º83.33%58.82%-
XYZ20.9126.955.02-
YUV130.9768.2130.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 150 (58.98% from 255) = 48.54%
BLUE value IS 25 (10.16% from 255) = 8.09%
R=43.37%
G=48.54%
B=8.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134150250.1100.830.4167.6871.4334.31
Hex869619B05329444722
Octal206226311301235110410742
Binary10000110100101101100110110101001110100110001001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869619; }

 p { color: rgb(134,150,25); }

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

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

 a { background-color: rgb(134,150,25); }

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

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

 span { border-color: rgb(134,150,25); }

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