#958F0C

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

Shades of Citron #958F0C

Tints of Citron #958F0C

Color information

#958F0C (or 0x958F0C) is unknown color: approx Citron. HEX triplet: 95, 8F and 0C. RGB value is (149,143,12). Sum of RGB (Red+Green+Blue) = 149+143+12=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #958F0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958F0C is #6A70F3. Grayscale: #828282. Windows color (decimal): -6975732 or 823189. OLE color: 823189.

HSL color Cylindrical-coordinate representation of color #958F0C: hue angle of 57.37º 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 #958F0C is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB14914312-
CMYK00.040.920.42
HSL57.37º85.09%31.57%-
HSV(B)57.37º91.95%58.43%-
XYZ22.2826.064.2-
YUV129.8661.49141.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 143 (56.25% from 255) = 47.04%
BLUE value IS 12 (5.08% from 255) = 3.95%
R=49.01%
G=47.04%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491431200.040.920.4257.3785.0931.57
Hex958FC045C2A395520
Octal2252171404134527112540
Binary10010101100011111100010010111001010101110011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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