#9BBA25

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

Shades of Bahia #9BBA25

Tints of Bahia #9BBA25

Color information

#9BBA25 (or 0x9BBA25) is unknown color: approx Bahia. HEX triplet: 9B, BA and 25. RGB value is (155,186,37). Sum of RGB (Red+Green+Blue) = 155+186+37=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBA25 is #6445DA. Grayscale: #A0A0A0. Windows color (decimal): -6571483 or 2472603. OLE color: 2472603.

HSL color Cylindrical-coordinate representation of color #9BBA25: hue angle of 72.48º 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 #9BBA25 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB15518637-
CMYK0.1700.800.27
HSL72.48º66.82%43.73%-
HSV(B)72.48º80.11%72.94%-
XYZ31.4142.228.24-
YUV159.7458.73124.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.01%
GREEN value IS 186 (73.05% from 255) = 49.21%
BLUE value IS 37 (14.84% from 255) = 9.79%
R=41.01%
G=49.21%
B=9.79%

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
Decimal155186370.1700.800.2772.4866.8243.73
Hex9BBA25110501B48432c
Octal233272452101203311010354
Binary100110111011101010010110001010100001101110010001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,186,37); }

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

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

 a { background-color: rgb(155,186,37); }

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

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

 span { border-color: rgb(155,186,37); }

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