#869B1A

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

Shades of Citron #869B1A

Tints of Citron #869B1A

Color information

#869B1A (or 0x869B1A) is unknown color: approx Citron. HEX triplet: 86, 9B and 1A. RGB value is (134,155,26). Sum of RGB (Red+Green+Blue) = 134+155+26=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #869B1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869B1A is #7964E5. Grayscale: #868686. Windows color (decimal): -7955686 or 1743750. OLE color: 1743750.

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

Color convert

RGB13415526-
CMYK0.1400.830.39
HSL69.77º71.27%35.49%-
HSV(B)69.77º83.23%60.78%-
XYZ21.7428.595.35-
YUV134.0167.04127.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.54%
GREEN value IS 155 (60.94% from 255) = 49.21%
BLUE value IS 26 (10.55% from 255) = 8.25%
R=42.54%
G=49.21%
B=8.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134155260.1400.830.3969.7771.2735.49
Hex869B1AE05327464723
Octal206233321601234710610743
Binary10000110100110111101011100101001110011110001101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,155,26); }

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

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

 a { background-color: rgb(134,155,26); }

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

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

 span { border-color: rgb(134,155,26); }

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