#869524

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

Shades of Citron #869524

Tints of Citron #869524

Color information

#869524 (or 0x869524) is unknown color: approx Citron. HEX triplet: 86, 95 and 24. RGB value is (134,149,36). Sum of RGB (Red+Green+Blue) = 134+149+36=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #869524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869524 is #796ADB. Grayscale: #848484. Windows color (decimal): -7957212 or 2397574. OLE color: 2397574.

HSL color Cylindrical-coordinate representation of color #869524: hue angle of 67.96º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #869524 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB13414936-
CMYK0.1000.760.42
HSL67.96º61.08%36.27%-
HSV(B)67.96º75.84%58.43%-
XYZ20.926.695.72-
YUV131.6374.03129.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 149 (58.59% from 255) = 46.71%
BLUE value IS 36 (14.45% from 255) = 11.29%
R=42.01%
G=46.71%
B=11.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134149360.1000.760.4267.9661.0836.27
Hex869524A04C2A443d24
Octal20622544120114521047544
Binary10000110100101011001001010010011001010101000100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869524; }

 p { color: rgb(134,149,36); }

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

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

 a { background-color: rgb(134,149,36); }

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

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

 span { border-color: rgb(134,149,36); }

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