#9BCF12

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

Shades of Bahia #9BCF12

Tints of Bahia #9BCF12

Color information

#9BCF12 (or 0x9BCF12) is unknown color: approx Bahia. HEX triplet: 9B, CF and 12. RGB value is (155,207,18). Sum of RGB (Red+Green+Blue) = 155+207+18=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 207 (81.25% from 255 or 54.47% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCF12 is #6430ED. Grayscale: #AAAAAA. Windows color (decimal): -6566126 or 1232795. OLE color: 1232795.

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

Color convert

RGB15520718-
CMYK0.2500.910.19
HSL76.51º84%44.12%-
HSV(B)76.51º91.3%81.18%-
XYZ35.9451.648.65-
YUV169.9142.27117.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.79%
GREEN value IS 207 (81.25% from 255) = 54.47%
BLUE value IS 18 (7.42% from 255) = 4.74%
R=40.79%
G=54.47%
B=4.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal155207180.2500.910.1976.518444.12
Hex9BCF121905B134d542c
Octal233317223101332311512454
Binary10011011110011111001011001010110111001110011011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,207,18); }

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

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

 a { background-color: rgb(155,207,18); }

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

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

 span { border-color: rgb(155,207,18); }

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