#958E0C

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

Shades of Citron #958E0C

Tints of Citron #958E0C

Color information

#958E0C (or 0x958E0C) is unknown color: approx Citron. HEX triplet: 95, 8E and 0C. RGB value is (149,142,12). Sum of RGB (Red+Green+Blue) = 149+142+12=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #958E0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958E0C is #6A71F3. Grayscale: #818181. Windows color (decimal): -6975988 or 822933. OLE color: 822933.

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

Color convert

RGB14914212-
CMYK00.050.920.42
HSL56.93º85.09%31.57%-
HSV(B)56.93º91.95%58.43%-
XYZ22.1325.764.15-
YUV129.2761.82142.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 142 (55.86% from 255) = 46.86%
BLUE value IS 12 (5.08% from 255) = 3.96%
R=49.17%
G=46.86%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491421200.050.920.4256.9385.0931.57
Hex958EC055C2A395520
Octal2252161405134527112540
Binary10010101100011101100010110111001010101110011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958E0C; }

 p { color: rgb(149,142,12); }

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

<style>
 a { background-color: #958E0C; }

 a { background-color: rgb(149,142,12); }

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

<style>
 span { border-color: #958E0C; }

 span { border-color: rgb(149,142,12); }

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