#9DB216

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

Shades of Citrus #9DB216

Tints of Citrus #9DB216

Color information

#9DB216 (or 0x9DB216) is unknown color: approx Citrus. HEX triplet: 9D, B2 and 16. RGB value is (157,178,22). Sum of RGB (Red+Green+Blue) = 157+178+22=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 178 (69.92% from 255 or 49.86% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DB216 is #624DE9. Grayscale: #9A9A9A. Windows color (decimal): -6442474 or 1487517. OLE color: 1487517.

HSL color Cylindrical-coordinate representation of color #9DB216: hue angle of 68.08º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9DB216 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB15717822-
CMYK0.1200.880.30
HSL68.08º78%39.22%-
HSV(B)68.08º87.64%69.8%-
XYZ29.9739.076.72-
YUV153.9453.54130.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.98%
GREEN value IS 178 (69.92% from 255) = 49.86%
BLUE value IS 22 (8.98% from 255) = 6.16%
R=43.98%
G=49.86%
B=6.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal157178220.1200.880.3068.087839.22
Hex9DB216C0581E444e27
Octal235262261401303610411647
Binary1001110110110010101101100010110001111010001001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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