#9DB716

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

Shades of Citrus #9DB716

Tints of Citrus #9DB716

Color information

#9DB716 (or 0x9DB716) is unknown color: approx Citrus. HEX triplet: 9D, B7 and 16. RGB value is (157,183,22). Sum of RGB (Red+Green+Blue) = 157+183+22=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 183 (71.88% from 255 or 50.55% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB716 is #6248E9. Grayscale: #9D9D9D. Windows color (decimal): -6441194 or 1488797. OLE color: 1488797.

HSL color Cylindrical-coordinate representation of color #9DB716: hue angle of 69.69º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9DB716 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB15718322-
CMYK0.1400.880.28
HSL69.69º78.54%40.2%-
HSV(B)69.69º87.98%71.76%-
XYZ30.9841.097.06-
YUV156.8751.89128.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.37%
GREEN value IS 183 (71.88% from 255) = 50.55%
BLUE value IS 22 (8.98% from 255) = 6.08%
R=43.37%
G=50.55%
B=6.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal157183220.1400.880.2869.6978.5440.2
Hex9DB716E0581C464f28
Octal235267261601303410611750
Binary1001110110110111101101110010110001110010001101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,183,22); }

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

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

 a { background-color: rgb(157,183,22); }

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

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

 span { border-color: rgb(157,183,22); }

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