#93B306

Color #93B306 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #93B306

Tints of Citrus #93B306

Color information

#93B306 (or 0x93B306) is unknown color: approx Citrus. HEX triplet: 93, B3 and 06. RGB value is (147,179,6). Sum of RGB (Red+Green+Blue) = 147+179+6=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #93B306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93B306 is #6C4CF9. Grayscale: #969696. Windows color (decimal): -7097594 or 439187. OLE color: 439187.

HSL color Cylindrical-coordinate representation of color #93B306: hue angle of 71.1º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93B306 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB1471796-
CMYK0.1800.970.30
HSL71.1º93.51%36.27%-
HSV(B)71.1º96.65%70.2%-
XYZ28.1938.466.11-
YUV149.7146.9126.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.28%
GREEN value IS 179 (70.31% from 255) = 53.92%
BLUE value IS 6 (2.73% from 255) = 1.81%
R=44.28%
G=53.92%
B=1.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14717960.1800.970.3071.193.5136.27
Hex93B36120611E475e24
Octal22326362201413610713644
Binary100100111011001111010010011000011111010001111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93B306; }

 p { color: rgb(147,179,6); }

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

<style>
 a { background-color: #93B306; }

 a { background-color: rgb(147,179,6); }

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

<style>
 span { border-color: #93B306; }

 span { border-color: rgb(147,179,6); }

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