#9CB91F

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

Shades of Bahia #9CB91F

Tints of Bahia #9CB91F

Color information

#9CB91F (or 0x9CB91F) is unknown color: approx Bahia. HEX triplet: 9C, B9 and 1F. RGB value is (156,185,31). Sum of RGB (Red+Green+Blue) = 156+185+31=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB91F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB91F is #6346E0. Grayscale: #9F9F9F. Windows color (decimal): -6506209 or 2079132. OLE color: 2079132.

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

Color convert

RGB15618531-
CMYK0.1600.830.27
HSL71.3º71.3%42.35%-
HSV(B)71.3º83.24%72.55%-
XYZ31.3141.867.73-
YUV158.7755.89126.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.94%
GREEN value IS 185 (72.66% from 255) = 49.73%
BLUE value IS 31 (12.5% from 255) = 8.33%
R=41.94%
G=49.73%
B=8.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156185310.1600.830.2771.371.342.35
Hex9CB91F100531B47472a
Octal234271372001233310710752
Binary10011100101110011111110000010100111101110001111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB91F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,185,31); }

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

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

 a { background-color: rgb(156,185,31); }

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

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

 span { border-color: rgb(156,185,31); }

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