#9BBF18

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

Shades of Bahia #9BBF18

Tints of Bahia #9BBF18

Color information

#9BBF18 (or 0x9BBF18) is unknown color: approx Bahia. HEX triplet: 9B, BF and 18. RGB value is (155,191,24). Sum of RGB (Red+Green+Blue) = 155+191+24=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBF18 is #6440E7. Grayscale: #A1A1A1. Windows color (decimal): -6570216 or 1621915. OLE color: 1621915.

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

Color convert

RGB15519124-
CMYK0.1900.870.25
HSL72.93º77.67%42.16%-
HSV(B)72.93º87.43%74.9%-
XYZ32.3144.37.71-
YUV161.250.57123.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.89%
GREEN value IS 191 (75% from 255) = 51.62%
BLUE value IS 24 (9.77% from 255) = 6.49%
R=41.89%
G=51.62%
B=6.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155191240.1900.870.2572.9377.6742.16
Hex9BBF181305719494e2a
Octal233277302301273111111652
Binary10011011101111111100010011010101111100110010011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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