#9CBA31

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

Shades of Yellow Green #9CBA31

Tints of Yellow Green #9CBA31

Color information

#9CBA31 (or 0x9CBA31) is unknown color: approx Yellow Green. HEX triplet: 9C, BA and 31. RGB value is (156,186,49). Sum of RGB (Red+Green+Blue) = 156+186+49=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBA31 is #6345CE. Grayscale: #A1A1A1. Windows color (decimal): -6505935 or 3259036. OLE color: 3259036.

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

Color convert

RGB15618649-
CMYK0.1600.740.27
HSL73.14º58.3%46.08%-
HSV(B)73.14º73.66%72.94%-
XYZ31.8242.419.41-
YUV161.4164.56124.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.90%
GREEN value IS 186 (73.05% from 255) = 47.57%
BLUE value IS 49 (19.53% from 255) = 12.53%
R=39.90%
G=47.57%
B=12.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156186490.1600.740.2773.1458.346.08
Hex9CBA311004A1B493a2e
Octal23427261200112331117256
Binary10011100101110101100011000001001010110111001001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,186,49); }

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

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

 a { background-color: rgb(156,186,49); }

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

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

 span { border-color: rgb(156,186,49); }

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