#9BC61F

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

Shades of Bahia #9BC61F

Tints of Bahia #9BC61F

Color information

#9BC61F (or 0x9BC61F) is unknown color: approx Bahia. HEX triplet: 9B, C6 and 1F. RGB value is (155,198,31). Sum of RGB (Red+Green+Blue) = 155+198+31=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC61F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC61F is #6439E0. Grayscale: #A6A6A6. Windows color (decimal): -6568417 or 2082459. OLE color: 2082459.

HSL color Cylindrical-coordinate representation of color #9BC61F: hue angle of 75.45º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9BC61F is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB15519831-
CMYK0.2200.840.22
HSL75.45º72.93%44.9%-
HSV(B)75.45º84.34%77.65%-
XYZ33.9647.468.67-
YUV166.151.75120.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.36%
GREEN value IS 198 (77.73% from 255) = 51.56%
BLUE value IS 31 (12.5% from 255) = 8.07%
R=40.36%
G=51.56%
B=8.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal155198310.2200.840.2275.4572.9344.9
Hex9BC61F16054164b492d
Octal233306372601242611311155
Binary10011011110001101111110110010101001011010010111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,198,31); }

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

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

 a { background-color: rgb(155,198,31); }

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

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

 span { border-color: rgb(155,198,31); }

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