#869322

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

Shades of Citron #869322

Tints of Citron #869322

Color information

#869322 (or 0x869322) is unknown color: approx Citron. HEX triplet: 86, 93 and 22. RGB value is (134,147,34). Sum of RGB (Red+Green+Blue) = 134+147+34=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #869322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869322 is #796CDD. Grayscale: #828282. Windows color (decimal): -7957726 or 2265990. OLE color: 2265990.

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

Color convert

RGB13414734-
CMYK0.0900.770.42
HSL66.9º62.43%35.49%-
HSV(B)66.9º76.87%57.65%-
XYZ20.5526.055.46-
YUV130.2373.69130.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.54%
GREEN value IS 147 (57.81% from 255) = 46.67%
BLUE value IS 34 (13.67% from 255) = 10.79%
R=42.54%
G=46.67%
B=10.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134147340.0900.770.4266.962.4335.49
Hex869322904D2A433e23
Octal20622342110115521037643
Binary10000110100100111000101001010011011010101000011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869322; }

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

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

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

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

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

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

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

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