#94982A

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

Shades of Citron #94982A

Tints of Citron #94982A

Color information

#94982A (or 0x94982A) is unknown color: approx Citron. HEX triplet: 94, 98 and 2A. RGB value is (148,152,42). Sum of RGB (Red+Green+Blue) = 148+152+42=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #94982A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94982A is #6B67D5. Grayscale: #8A8A8A. Windows color (decimal): -7038934 or 2791572. OLE color: 2791572.

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

Color convert

RGB14815242-
CMYK0.0300.720.40
HSL62.18º56.7%38.04%-
HSV(B)62.18º72.37%59.61%-
XYZ23.8628.926.52-
YUV138.2673.67134.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 152 (59.77% from 255) = 44.44%
BLUE value IS 42 (16.80% from 255) = 12.28%
R=43.27%
G=44.44%
B=12.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148152420.0300.720.4062.1856.738.04
Hex94982A3048283e3926
Octal224230523011050767146
Binary10010100100110001010101101001000101000111110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94982A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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