#9CBA1B

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

Shades of Bahia #9CBA1B

Tints of Bahia #9CBA1B

Color information

#9CBA1B (or 0x9CBA1B) is unknown color: approx Bahia. HEX triplet: 9C, BA and 1B. RGB value is (156,186,27). Sum of RGB (Red+Green+Blue) = 156+186+27=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBA1B is #6345E4. Grayscale: #9F9F9F. Windows color (decimal): -6505957 or 1817244. OLE color: 1817244.

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

Color convert

RGB15618627-
CMYK0.1600.850.27
HSL71.32º74.65%41.76%-
HSV(B)71.32º85.48%72.94%-
XYZ31.4742.267.54-
YUV158.953.56125.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.28%
GREEN value IS 186 (73.05% from 255) = 50.41%
BLUE value IS 27 (10.94% from 255) = 7.32%
R=42.28%
G=50.41%
B=7.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156186270.1600.850.2771.3274.6541.76
Hex9CBA1B100551B474b2a
Octal234272332001253310711352
Binary10011100101110101101110000010101011101110001111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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