#9BBF24

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

Shades of Bahia #9BBF24

Tints of Bahia #9BBF24

Color information

#9BBF24 (or 0x9BBF24) is unknown color: approx Bahia. HEX triplet: 9B, BF and 24. RGB value is (155,191,36). Sum of RGB (Red+Green+Blue) = 155+191+36=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 36 (14.45% from 255 or 9.42% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBF24 is #6440DB. Grayscale: #A3A3A3. Windows color (decimal): -6570204 or 2408347. OLE color: 2408347.

HSL color Cylindrical-coordinate representation of color #9BBF24: hue angle of 73.94º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9BBF24 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB15519136-
CMYK0.1900.810.25
HSL73.94º68.28%44.51%-
HSV(B)73.94º81.15%74.9%-
XYZ32.4744.368.52-
YUV162.5756.57122.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.58%
GREEN value IS 191 (75% from 255) = 50%
BLUE value IS 36 (14.45% from 255) = 9.42%
R=40.58%
G=50%
B=9.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155191360.1900.810.2573.9468.2844.51
Hex9BBF2413051194a442d
Octal233277442301213111210455
Binary100110111011111110010010011010100011100110010101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,191,36); }

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

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

 a { background-color: rgb(155,191,36); }

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

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

 span { border-color: rgb(155,191,36); }

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