#949A2F

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

Shades of Citron #949A2F

Tints of Citron #949A2F

Color information

#949A2F (or 0x949A2F) is unknown color: approx Citron. HEX triplet: 94, 9A and 2F. RGB value is (148,154,47). Sum of RGB (Red+Green+Blue) = 148+154+47=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 154 - color contains mainly: green. Hex color #949A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949A2F is #6B65D0. Grayscale: #8C8C8C. Windows color (decimal): -7038417 or 3119764. OLE color: 3119764.

HSL color Cylindrical-coordinate representation of color #949A2F: hue angle of 63.36º 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 #949A2F is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB14815447-
CMYK0.0400.690.40
HSL63.36º53.23%39.41%-
HSV(B)63.36º69.48%60.39%-
XYZ24.2829.617.13-
YUV140.0175.51133.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.41%
GREEN value IS 154 (60.55% from 255) = 44.13%
BLUE value IS 47 (18.75% from 255) = 13.47%
R=42.41%
G=44.13%
B=13.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148154470.0400.690.4063.3653.2339.41
Hex949A2F4045283f3527
Octal224232574010550776547
Binary100101001001101010111110001000101101000111111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949A2F; }

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

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

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

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

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

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

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

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