#949512

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

Shades of Citron #949512

Tints of Citron #949512

Color information

#949512 (or 0x949512) is unknown color: approx Citron. HEX triplet: 94, 95 and 12. RGB value is (148,149,18). Sum of RGB (Red+Green+Blue) = 148+149+18=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #949512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949512 is #6B6AED. Grayscale: #868686. Windows color (decimal): -7039726 or 1217940. OLE color: 1217940.

HSL color Cylindrical-coordinate representation of color #949512: hue angle of 60.46º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #949512 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB14814918-
CMYK0.0100.880.42
HSL60.46º78.44%32.75%-
HSV(B)60.46º87.92%58.43%-
XYZ23.0727.834.73-
YUV133.7762.67138.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.98%
GREEN value IS 149 (58.59% from 255) = 47.30%
BLUE value IS 18 (7.42% from 255) = 5.71%
R=46.98%
G=47.30%
B=5.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148149180.0100.880.4260.4678.4432.75
Hex94951210582A3c4e21
Octal2242252210130527411641
Binary1001010010010101100101010110001010101111001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949512; }

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

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

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

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

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

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

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

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