#93982B

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

Shades of Citron #93982B

Tints of Citron #93982B

Color information

#93982B (or 0x93982B) is unknown color: approx Citron. HEX triplet: 93, 98 and 2B. RGB value is (147,152,43). Sum of RGB (Red+Green+Blue) = 147+152+43=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #93982B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93982B is #6C67D4. Grayscale: #8A8A8A. Windows color (decimal): -7104469 or 2857107. OLE color: 2857107.

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

Color convert

RGB14715243-
CMYK0.0300.720.40
HSL62.75º55.9%38.24%-
HSV(B)62.75º71.71%59.61%-
XYZ23.728.836.6-
YUV138.0874.34134.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.98%
GREEN value IS 152 (59.77% from 255) = 44.44%
BLUE value IS 43 (17.19% from 255) = 12.57%
R=42.98%
G=44.44%
B=12.57%

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
Decimal147152430.0300.720.4062.7555.938.24
Hex93982B3048283f3826
Octal223230533011050777046
Binary10010011100110001010111101001000101000111111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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