#9CB928

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

Shades of Bahia #9CB928

Tints of Bahia #9CB928

Color information

#9CB928 (or 0x9CB928) is unknown color: approx Bahia. HEX triplet: 9C, B9 and 28. RGB value is (156,185,40). Sum of RGB (Red+Green+Blue) = 156+185+40=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB928 is #6346D7. Grayscale: #A0A0A0. Windows color (decimal): -6506200 or 2668956. OLE color: 2668956.

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

Color convert

RGB15618540-
CMYK0.1600.780.27
HSL72º64.44%44.12%-
HSV(B)72º78.38%72.55%-
XYZ31.4441.928.44-
YUV159.860.39125.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.94%
GREEN value IS 185 (72.66% from 255) = 48.56%
BLUE value IS 40 (16.02% from 255) = 10.50%
R=40.94%
G=48.56%
B=10.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156185400.1600.780.277264.4444.12
Hex9CB9281004E1B48402c
Octal234271502001163311010054
Binary100111001011100110100010000010011101101110010001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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