#9DBA11

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

Shades of Citrus #9DBA11

Tints of Citrus #9DBA11

Color information

#9DBA11 (or 0x9DBA11) is unknown color: approx Citrus. HEX triplet: 9D, BA and 11. RGB value is (157,186,17). Sum of RGB (Red+Green+Blue) = 157+186+17=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBA11 is #6245EE. Grayscale: #9E9E9E. Windows color (decimal): -6440431 or 1161885. OLE color: 1161885.

HSL color Cylindrical-coordinate representation of color #9DBA11: hue angle of 70.3º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DBA11 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB15718617-
CMYK0.1600.910.27
HSL70.3º83.25%39.8%-
HSV(B)70.3º90.86%72.94%-
XYZ31.5642.337.04-
YUV158.0648.39127.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.61%
GREEN value IS 186 (73.05% from 255) = 51.67%
BLUE value IS 17 (7.03% from 255) = 4.72%
R=43.61%
G=51.67%
B=4.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal157186170.1600.910.2770.383.2539.8
Hex9DBA111005B1B465328
Octal235272212001333310612350
Binary10011101101110101000110000010110111101110001101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DBA11; }

 p { color: rgb(157,186,17); }

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

<style>
 a { background-color: #9DBA11; }

 a { background-color: rgb(157,186,17); }

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

<style>
 span { border-color: #9DBA11; }

 span { border-color: rgb(157,186,17); }

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