#86990C

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

Shades of Citron #86990C

Tints of Citron #86990C

Color information

#86990C (or 0x86990C) is unknown color: approx Citron. HEX triplet: 86, 99 and 0C. RGB value is (134,153,12). Sum of RGB (Red+Green+Blue) = 134+153+12=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #86990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86990C is #7966F3. Grayscale: #838383. Windows color (decimal): -7956212 or 825734. OLE color: 825734.

HSL color Cylindrical-coordinate representation of color #86990C: hue angle of 68.09º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86990C is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB13415312-
CMYK0.1200.920.4
HSL68.09º85.45%32.35%-
HSV(B)68.09º92.16%60%-
XYZ21.2927.884.61-
YUV131.2460.71129.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 153 (60.16% from 255) = 51.17%
BLUE value IS 12 (5.08% from 255) = 4.01%
R=44.82%
G=51.17%
B=4.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal134153120.1200.920.468.0985.4532.35
Hex8699CC05C28445520
Octal206231141401345010412540
Binary1000011010011001110011000101110010100010001001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86990C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86990C; }

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

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

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

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

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

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

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

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