#9CBA30

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

Shades of Yellow Green #9CBA30

Tints of Yellow Green #9CBA30

Color information

#9CBA30 (or 0x9CBA30) is unknown color: approx Yellow Green. HEX triplet: 9C, BA and 30. RGB value is (156,186,48). Sum of RGB (Red+Green+Blue) = 156+186+48=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBA30 is #6345CF. Grayscale: #A1A1A1. Windows color (decimal): -6505936 or 3193500. OLE color: 3193500.

HSL color Cylindrical-coordinate representation of color #9CBA30: hue angle of 73.04º degrees, saturation: 0.59, 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 #9CBA30 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB15618648-
CMYK0.1600.740.27
HSL73.04º58.97%45.88%-
HSV(B)73.04º74.19%72.94%-
XYZ31.842.49.3-
YUV161.364.06124.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40%
GREEN value IS 186 (73.05% from 255) = 47.69%
BLUE value IS 48 (19.14% from 255) = 12.31%
R=40%
G=47.69%
B=12.31%

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
Decimal156186480.1600.740.2773.0458.9745.88
Hex9CBA301004A1B493b2e
Octal23427260200112331117356
Binary10011100101110101100001000001001010110111001001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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