#93982A

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

Shades of Citron #93982A

Tints of Citron #93982A

Color information

#93982A (or 0x93982A) is unknown color: approx Citron. HEX triplet: 93, 98 and 2A. RGB value is (147,152,42). Sum of RGB (Red+Green+Blue) = 147+152+42=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #93982A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93982A is #6C67D5. Grayscale: #8A8A8A. Windows color (decimal): -7104470 or 2791571. OLE color: 2791571.

HSL color Cylindrical-coordinate representation of color #93982A: hue angle of 62.73º 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 #93982A is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB14715242-
CMYK0.0300.720.40
HSL62.73º56.7%38.04%-
HSV(B)62.73º72.37%59.61%-
XYZ23.6828.836.51-
YUV137.9673.84134.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 152 (59.77% from 255) = 44.57%
BLUE value IS 42 (16.80% from 255) = 12.32%
R=43.11%
G=44.57%
B=12.32%

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
Decimal147152420.0300.720.4062.7356.738.04
Hex93982A3048283f3926
Octal223230523011050777146
Binary10010011100110001010101101001000101000111111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93982A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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