#94950A

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

Shades of Citron #94950A

Tints of Citron #94950A

Color information

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

HSL color Cylindrical-coordinate representation of color #94950A: hue angle of 60.43º 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 #94950A is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14814910-
CMYK0.0100.930.42
HSL60.43º87.42%31.18%-
HSV(B)60.43º93.29%58.43%-
XYZ23.0127.814.44-
YUV132.8558.67138.8-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148149100.0100.930.4260.4387.4231.18
Hex9495A105D2A3c571f
Octal2242251210135527412737
Binary10010100100101011010101011101101010111100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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