#86991A

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

Shades of Citron #86991A

Tints of Citron #86991A

Color information

#86991A (or 0x86991A) is unknown color: approx Citron. HEX triplet: 86, 99 and 1A. RGB value is (134,153,26). Sum of RGB (Red+Green+Blue) = 134+153+26=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #86991A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86991A is #7966E5. Grayscale: #858585. Windows color (decimal): -7956198 or 1743238. OLE color: 1743238.

HSL color Cylindrical-coordinate representation of color #86991A: hue angle of 68.98º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #86991A is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB13415326-
CMYK0.1200.830.4
HSL68.98º70.95%35.1%-
HSV(B)68.98º83.01%60%-
XYZ21.4127.935.24-
YUV132.8467.71128.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 153 (60.16% from 255) = 48.88%
BLUE value IS 26 (10.55% from 255) = 8.31%
R=42.81%
G=48.88%
B=8.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal134153260.1200.830.468.9870.9535.1
Hex86991AC05328454723
Octal206231321401235010510743
Binary10000110100110011101011000101001110100010001011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86991A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86991A; }

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

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

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

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

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

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

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

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