#9CBB25

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

Shades of Bahia #9CBB25

Tints of Bahia #9CBB25

Color information

#9CBB25 (or 0x9CBB25) is unknown color: approx Bahia. HEX triplet: 9C, BB and 25. RGB value is (156,187,37). Sum of RGB (Red+Green+Blue) = 156+187+37=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBB25 is #6344DA. Grayscale: #A1A1A1. Windows color (decimal): -6505691 or 2472860. OLE color: 2472860.

HSL color Cylindrical-coordinate representation of color #9CBB25: hue angle of 72.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9CBB25 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB15618737-
CMYK0.1700.800.27
HSL72.4º66.96%43.92%-
HSV(B)72.4º80.21%73.33%-
XYZ31.8142.748.32-
YUV160.6358.23124.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.05%
GREEN value IS 187 (73.44% from 255) = 49.21%
BLUE value IS 37 (14.84% from 255) = 9.74%
R=41.05%
G=49.21%
B=9.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156187370.1700.800.2772.466.9643.92
Hex9CBB25110501B48432c
Octal234273452101203311010354
Binary100111001011101110010110001010100001101110010001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBB25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,187,37); }

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

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

 a { background-color: rgb(156,187,37); }

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

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

 span { border-color: rgb(156,187,37); }

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