#869128

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

Shades of Citron #869128

Tints of Citron #869128

Color information

#869128 (or 0x869128) is unknown color: approx Citron. HEX triplet: 86, 91 and 28. RGB value is (134,145,40). Sum of RGB (Red+Green+Blue) = 134+145+40=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #869128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869128 is #796ED7. Grayscale: #828282. Windows color (decimal): -7958232 or 2658694. OLE color: 2658694.

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

Color convert

RGB13414540-
CMYK0.0800.720.43
HSL66.29º56.76%36.27%-
HSV(B)66.29º72.41%56.86%-
XYZ20.3425.475.85-
YUV129.7477.36131.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 40 (16.02% from 255) = 12.54%
R=42.01%
G=45.45%
B=12.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145400.0800.720.4366.2956.7636.27
Hex86912880482B423924
Octal20622150100110531027144
Binary10000110100100011010001000010010001010111000010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869128; }

 p { color: rgb(134,145,40); }

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

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

 a { background-color: rgb(134,145,40); }

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

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

 span { border-color: rgb(134,145,40); }

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