#94992D

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

Shades of Citron #94992D

Tints of Citron #94992D

Color information

#94992D (or 0x94992D) is unknown color: approx Citron. HEX triplet: 94, 99 and 2D. RGB value is (148,153,45). Sum of RGB (Red+Green+Blue) = 148+153+45=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #94992D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94992D is #6B66D2. Grayscale: #8B8B8B. Windows color (decimal): -7038675 or 2988436. OLE color: 2988436.

HSL color Cylindrical-coordinate representation of color #94992D: hue angle of 62.78º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94992D is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB14815345-
CMYK0.0300.710.4
HSL62.78º54.55%38.82%-
HSV(B)62.78º70.59%60%-
XYZ24.0829.276.86-
YUV139.1974.84134.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 153 (60.16% from 255) = 44.22%
BLUE value IS 45 (17.97% from 255) = 13.01%
R=42.77%
G=44.22%
B=13.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal148153450.0300.710.462.7854.5538.82
Hex94992D3047283f3727
Octal224231553010750776747
Binary10010100100110011011011101000111101000111111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94992D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94992D; }

 p { color: rgb(148,153,45); }

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

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

 a { background-color: rgb(148,153,45); }

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

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

 span { border-color: rgb(148,153,45); }

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