#94982F

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

Shades of Citron #94982F

Tints of Citron #94982F

Color information

#94982F (or 0x94982F) is unknown color: approx Citron. HEX triplet: 94, 98 and 2F. RGB value is (148,152,47). Sum of RGB (Red+Green+Blue) = 148+152+47=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #94982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94982F is #6B67D0. Grayscale: #8B8B8B. Windows color (decimal): -7038929 or 3119252. OLE color: 3119252.

HSL color Cylindrical-coordinate representation of color #94982F: hue angle of 62.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94982F is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB14815247-
CMYK0.0300.690.40
HSL62.29º52.76%39.02%-
HSV(B)62.29º69.08%59.61%-
XYZ23.9528.967.02-
YUV138.8376.17134.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.65%
GREEN value IS 152 (59.77% from 255) = 43.80%
BLUE value IS 47 (18.75% from 255) = 13.54%
R=42.65%
G=43.80%
B=13.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148152470.0300.690.4062.2952.7639.02
Hex94982F3045283e3527
Octal224230573010550766547
Binary10010100100110001011111101000101101000111110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94982F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94982F; }

 p { color: rgb(148,152,47); }

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

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

 a { background-color: rgb(148,152,47); }

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

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

 span { border-color: rgb(148,152,47); }

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