#869523

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

Shades of Citron #869523

Tints of Citron #869523

Color information

#869523 (or 0x869523) is unknown color: approx Citron. HEX triplet: 86, 95 and 23. RGB value is (134,149,35). Sum of RGB (Red+Green+Blue) = 134+149+35=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #869523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869523 is #796ADC. Grayscale: #838383. Windows color (decimal): -7957213 or 2332038. OLE color: 2332038.

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

Color convert

RGB13414935-
CMYK0.1000.770.42
HSL67.89º61.96%36.08%-
HSV(B)67.89º76.51%58.43%-
XYZ20.8826.685.64-
YUV131.5273.53129.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 149 (58.59% from 255) = 46.86%
BLUE value IS 35 (14.06% from 255) = 11.01%
R=42.14%
G=46.86%
B=11.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134149350.1000.770.4267.8961.9636.08
Hex869523A04D2A443e24
Octal20622543120115521047644
Binary10000110100101011000111010010011011010101000100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869523; }

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

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

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

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

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

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

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

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