#9CB116

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

Shades of Citrus #9CB116

Tints of Citrus #9CB116

Color information

#9CB116 (or 0x9CB116) is unknown color: approx Citrus. HEX triplet: 9C, B1 and 16. RGB value is (156,177,22). Sum of RGB (Red+Green+Blue) = 156+177+22=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CB116 is #634EE9. Grayscale: #999999. Windows color (decimal): -6508266 or 1487260. OLE color: 1487260.

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

Color convert

RGB15617722-
CMYK0.1200.880.31
HSL68.13º77.89%39.02%-
HSV(B)68.13º87.57%69.41%-
XYZ29.5838.576.64-
YUV153.0554.04130.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.94%
GREEN value IS 177 (69.53% from 255) = 49.86%
BLUE value IS 22 (8.98% from 255) = 6.20%
R=43.94%
G=49.86%
B=6.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156177220.1200.880.3168.1377.8939.02
Hex9CB116C0581F444e27
Octal234261261401303710411647
Binary1001110010110001101101100010110001111110001001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,177,22); }

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

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

 a { background-color: rgb(156,177,22); }

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

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

 span { border-color: rgb(156,177,22); }

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