#869320

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

Shades of Citron #869320

Tints of Citron #869320

Color information

#869320 (or 0x869320) is unknown color: approx Citron. HEX triplet: 86, 93 and 20. RGB value is (134,147,32). Sum of RGB (Red+Green+Blue) = 134+147+32=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #869320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869320 is #796CDF. Grayscale: #828282. Windows color (decimal): -7957728 or 2134918. OLE color: 2134918.

HSL color Cylindrical-coordinate representation of color #869320: hue angle of 66.78º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #869320 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB13414732-
CMYK0.0900.780.42
HSL66.78º64.25%35.1%-
HSV(B)66.78º78.23%57.65%-
XYZ20.5326.045.31-
YUV13072.69130.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 147 (57.81% from 255) = 46.96%
BLUE value IS 32 (12.89% from 255) = 10.22%
R=42.81%
G=46.96%
B=10.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134147320.0900.780.4266.7864.2535.1
Hex869320904E2A434023
Octal206223401101165210310043
Binary100001101001001110000010010100111010101010000111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869320; }

 p { color: rgb(134,147,32); }

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

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

 a { background-color: rgb(134,147,32); }

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

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

 span { border-color: rgb(134,147,32); }

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