#95940A

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

Shades of Citron #95940A

Tints of Citron #95940A

Color information

#95940A (or 0x95940A) is unknown color: approx Citron. HEX triplet: 95, 94 and 0A. RGB value is (149,148,10). Sum of RGB (Red+Green+Blue) = 149+148+10=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #95940A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95940A is #6A6BF5. Grayscale: #858585. Windows color (decimal): -6974454 or 693397. OLE color: 693397.

HSL color Cylindrical-coordinate representation of color #95940A: hue angle of 59.57º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95940A is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14914810-
CMYK00.010.930.42
HSL59.57º87.42%31.18%-
HSV(B)59.57º93.29%58.43%-
XYZ23.0427.594.4-
YUV132.5758.83139.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.53%
GREEN value IS 148 (58.20% from 255) = 48.21%
BLUE value IS 10 (4.30% from 255) = 3.26%
R=48.53%
G=48.21%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491481000.010.930.4259.5787.4231.18
Hex9594A015D2A3c571f
Octal2252241201135527412737
Binary10010101100101001010011011101101010111100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95940A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,148,10); }

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

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

 a { background-color: rgb(149,148,10); }

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

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

 span { border-color: rgb(149,148,10); }

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