#86930C

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

Shades of Citron #86930C

Tints of Citron #86930C

Color information

#86930C (or 0x86930C) is unknown color: approx Citron. HEX triplet: 86, 93 and 0C. RGB value is (134,147,12). Sum of RGB (Red+Green+Blue) = 134+147+12=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #86930C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86930C is #796CF3. Grayscale: #808080. Windows color (decimal): -7957748 or 824198. OLE color: 824198.

HSL color Cylindrical-coordinate representation of color #86930C: hue angle of 65.78º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86930C is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB13414712-
CMYK0.0900.920.42
HSL65.78º84.91%31.18%-
HSV(B)65.78º91.84%57.65%-
XYZ20.3325.964.29-
YUV127.7262.69132.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 147 (57.81% from 255) = 50.17%
BLUE value IS 12 (5.08% from 255) = 4.10%
R=45.73%
G=50.17%
B=4.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134147120.0900.920.4265.7884.9131.18
Hex8693C905C2A42551f
Octal206223141101345210212537
Binary100001101001001111001001010111001010101000010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86930C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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