#94910C

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

Shades of Citron #94910C

Tints of Citron #94910C

Color information

#94910C (or 0x94910C) is unknown color: approx Citron. HEX triplet: 94, 91 and 0C. RGB value is (148,145,12). Sum of RGB (Red+Green+Blue) = 148+145+12=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #94910C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94910C is #6B6EF3. Grayscale: #838383. Windows color (decimal): -7040756 or 823700. OLE color: 823700.

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

Color convert

RGB14814512-
CMYK00.020.920.42
HSL58.68º85%31.37%-
HSV(B)58.68º91.89%58.04%-
XYZ22.426.574.3-
YUV130.7360.99140.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.52%
GREEN value IS 145 (57.03% from 255) = 47.54%
BLUE value IS 12 (5.08% from 255) = 3.93%
R=48.52%
G=47.54%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481451200.020.920.4258.688531.37
Hex9491C025C2A3b551f
Octal2242211402134527312537
Binary100101001001000111000101011100101010111011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94910C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,145,12); }

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

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

 a { background-color: rgb(148,145,12); }

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

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

 span { border-color: rgb(148,145,12); }

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