#869C22

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

Shades of Citron #869C22

Tints of Citron #869C22

Color information

#869C22 (or 0x869C22) is unknown color: approx Citron. HEX triplet: 86, 9C and 22. RGB value is (134,156,34). Sum of RGB (Red+Green+Blue) = 134+156+34=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #869C22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869C22 is #7963DD. Grayscale: #878787. Windows color (decimal): -7955422 or 2268294. OLE color: 2268294.

HSL color Cylindrical-coordinate representation of color #869C22: hue angle of 70.82º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #869C22 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB13415634-
CMYK0.1400.780.39
HSL70.82º64.21%37.25%-
HSV(B)70.82º78.21%61.18%-
XYZ22.0128.965.94-
YUV135.5170.71126.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.36%
GREEN value IS 156 (61.33% from 255) = 48.15%
BLUE value IS 34 (13.67% from 255) = 10.49%
R=41.36%
G=48.15%
B=10.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134156340.1400.780.3970.8264.2137.25
Hex869C22E04E27474025
Octal206234421601164710710045
Binary100001101001110010001011100100111010011110001111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869C22; }

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

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

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

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

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

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

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

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