#869F03

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

Shades of Citron #869F03

Tints of Citron #869F03

Color information

#869F03 (or 0x869F03) is unknown color: approx Citron. HEX triplet: 86, 9F and 03. RGB value is (134,159,3). Sum of RGB (Red+Green+Blue) = 134+159+3=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 159 (62.5% from 255 or 53.72% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 159 - color contains mainly: green. Hex color #869F03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869F03 is #7960FC. Grayscale: #868686. Windows color (decimal): -7954685 or 237446. OLE color: 237446.

HSL color Cylindrical-coordinate representation of color #869F03: hue angle of 69.62º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #869F03 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.38.

Color convert

RGB1341593-
CMYK0.1600.980.38
HSL69.62º96.3%31.76%-
HSV(B)69.62º98.11%62.35%-
XYZ22.2529.874.68-
YUV133.7454.22128.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 159 (62.5% from 255) = 53.72%
BLUE value IS 3 (1.56% from 255) = 1.01%
R=45.27%
G=53.72%
B=1.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13415930.1600.980.3869.6296.331.76
Hex869F31006226466020
Octal20623732001424610614040
Binary100001101001111111100000110001010011010001101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,159,3); }

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

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

 a { background-color: rgb(134,159,3); }

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

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

 span { border-color: rgb(134,159,3); }

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