#9BC414

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

Shades of Bahia #9BC414

Tints of Bahia #9BC414

Color information

#9BC414 (or 0x9BC414) is unknown color: approx Bahia. HEX triplet: 9B, C4 and 14. RGB value is (155,196,20). Sum of RGB (Red+Green+Blue) = 155+196+20=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC414 is #643BEB. Grayscale: #A4A4A4. Windows color (decimal): -6568940 or 1361051. OLE color: 1361051.

HSL color Cylindrical-coordinate representation of color #9BC414: hue angle of 73.98º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BC414 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB15519620-
CMYK0.2100.900.23
HSL73.98º81.48%42.35%-
HSV(B)73.98º89.8%76.86%-
XYZ33.3846.57.88-
YUV163.6846.92121.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.78%
GREEN value IS 196 (76.95% from 255) = 52.83%
BLUE value IS 20 (8.20% from 255) = 5.39%
R=41.78%
G=52.83%
B=5.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal155196200.2100.900.2373.9881.4842.35
Hex9BC4141505A174a512a
Octal233304242501322711212152
Binary10011011110001001010010101010110101011110010101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,196,20); }

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

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

 a { background-color: rgb(155,196,20); }

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

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

 span { border-color: rgb(155,196,20); }

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