#869227

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

Shades of Citron #869227

Tints of Citron #869227

Color information

#869227 (or 0x869227) is unknown color: approx Citron. HEX triplet: 86, 92 and 27. RGB value is (134,146,39). Sum of RGB (Red+Green+Blue) = 134+146+39=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #869227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869227 is #796DD8. Grayscale: #828282. Windows color (decimal): -7957977 or 2593414. OLE color: 2593414.

HSL color Cylindrical-coordinate representation of color #869227: hue angle of 66.73º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #869227 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB13414639-
CMYK0.0800.730.43
HSL66.73º57.84%36.27%-
HSV(B)66.73º73.29%57.25%-
XYZ20.4825.775.81-
YUV130.2176.52130.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 39 (15.62% from 255) = 12.23%
R=42.01%
G=45.77%
B=12.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134146390.0800.730.4366.7357.8436.27
Hex86922780492B433a24
Octal20622247100111531037244
Binary10000110100100101001111000010010011010111000011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869227; }

 p { color: rgb(134,146,39); }

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

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

 a { background-color: rgb(134,146,39); }

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

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

 span { border-color: rgb(134,146,39); }

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