#869B2B

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

Shades of Citron #869B2B

Tints of Citron #869B2B

Color information

#869B2B (or 0x869B2B) is unknown color: approx Citron. HEX triplet: 86, 9B and 2B. RGB value is (134,155,43). Sum of RGB (Red+Green+Blue) = 134+155+43=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #869B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869B2B is #7964D4. Grayscale: #888888. Windows color (decimal): -7955669 or 2857862. OLE color: 2857862.

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

Color convert

RGB13415543-
CMYK0.1400.720.39
HSL71.25º56.57%38.82%-
HSV(B)71.25º72.26%60.78%-
XYZ21.9928.696.66-
YUV135.9575.54126.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.36%
GREEN value IS 155 (60.94% from 255) = 46.69%
BLUE value IS 43 (17.19% from 255) = 12.95%
R=40.36%
G=46.69%
B=12.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134155430.1400.720.3971.2556.5738.82
Hex869B2BE04827473927
Octal20623353160110471077147
Binary10000110100110111010111110010010001001111000111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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