#94951F

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

Shades of Citron #94951F

Tints of Citron #94951F

Color information

#94951F (or 0x94951F) is unknown color: approx Citron. HEX triplet: 94, 95 and 1F. RGB value is (148,149,31). Sum of RGB (Red+Green+Blue) = 148+149+31=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #94951F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94951F is #6B6AE0. Grayscale: #878787. Windows color (decimal): -7039713 or 2069908. OLE color: 2069908.

HSL color Cylindrical-coordinate representation of color #94951F: hue angle of 60.51º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94951F is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14814931-
CMYK0.0100.790.42
HSL60.51º65.56%35.29%-
HSV(B)60.51º79.19%58.43%-
XYZ23.2127.895.46-
YUV135.2569.17137.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 149 (58.59% from 255) = 45.43%
BLUE value IS 31 (12.5% from 255) = 9.45%
R=45.12%
G=45.43%
B=9.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148149310.0100.790.4260.5165.5635.29
Hex94951F104F2A3d4223
Octal2242253710117527510243
Binary1001010010010101111111010011111010101111011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94951F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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