#949713

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

Shades of Citron #949713

Tints of Citron #949713

Color information

#949713 (or 0x949713) is unknown color: approx Citron. HEX triplet: 94, 97 and 13. RGB value is (148,151,19). Sum of RGB (Red+Green+Blue) = 148+151+19=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #949713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949713 is #6B68EC. Grayscale: #878787. Windows color (decimal): -7039213 or 1283988. OLE color: 1283988.

HSL color Cylindrical-coordinate representation of color #949713: hue angle of 61.36º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #949713 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB14815119-
CMYK0.0200.870.41
HSL61.36º77.65%33.33%-
HSV(B)61.36º87.42%59.22%-
XYZ23.428.484.88-
YUV135.0662.51137.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.54%
GREEN value IS 151 (59.38% from 255) = 47.48%
BLUE value IS 19 (7.81% from 255) = 5.97%
R=46.54%
G=47.48%
B=5.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148151190.0200.870.4161.3677.6533.33
Hex9497132057293d4e21
Octal2242272320127517511641
Binary10010100100101111001110010101111010011111011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949713; }

 p { color: rgb(148,151,19); }

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

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

 a { background-color: rgb(148,151,19); }

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

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

 span { border-color: rgb(148,151,19); }

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