#9CB426

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

Shades of Bahia #9CB426

Tints of Bahia #9CB426

Color information

#9CB426 (or 0x9CB426) is unknown color: approx Bahia. HEX triplet: 9C, B4 and 26. RGB value is (156,180,38). Sum of RGB (Red+Green+Blue) = 156+180+38=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB426 is #634BD9. Grayscale: #9D9D9D. Windows color (decimal): -6507482 or 2536604. OLE color: 2536604.

HSL color Cylindrical-coordinate representation of color #9CB426: hue angle of 70.14º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9CB426 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB15618038-
CMYK0.1300.790.29
HSL70.14º65.14%42.75%-
HSV(B)70.14º78.89%70.59%-
XYZ30.3839.857.92-
YUV156.6461.05127.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.71%
GREEN value IS 180 (70.70% from 255) = 48.13%
BLUE value IS 38 (15.23% from 255) = 10.16%
R=41.71%
G=48.13%
B=10.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal156180380.1300.790.2970.1465.1442.75
Hex9CB426D04F1D46412b
Octal234264461501173510610153
Binary10011100101101001001101101010011111110110001101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,180,38); }

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

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

 a { background-color: rgb(156,180,38); }

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

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

 span { border-color: rgb(156,180,38); }

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