#86990A

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

Shades of Citron #86990A

Tints of Citron #86990A

Color information

#86990A (or 0x86990A) is unknown color: approx Citron. HEX triplet: 86, 99 and 0A. RGB value is (134,153,10). Sum of RGB (Red+Green+Blue) = 134+153+10=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #86990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86990A is #7966F5. Grayscale: #838383. Windows color (decimal): -7956214 or 694662. OLE color: 694662.

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

Color convert

RGB13415310-
CMYK0.1200.930.4
HSL67.97º87.73%31.96%-
HSV(B)67.97º93.46%60%-
XYZ21.2827.874.55-
YUV131.0259.71130.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 153 (60.16% from 255) = 51.52%
BLUE value IS 10 (4.30% from 255) = 3.37%
R=45.12%
G=51.52%
B=3.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal134153100.1200.930.467.9787.7331.96
Hex8699AC05D28445820
Octal206231121401355010413040
Binary1000011010011001101011000101110110100010001001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86990A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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