#9BC81A

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

Shades of Bahia #9BC81A

Tints of Bahia #9BC81A

Color information

#9BC81A (or 0x9BC81A) is unknown color: approx Bahia. HEX triplet: 9B, C8 and 1A. RGB value is (155,200,26). Sum of RGB (Red+Green+Blue) = 155+200+26=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 200 (78.52% from 255 or 52.49% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC81A is #6437E5. Grayscale: #A7A7A7. Windows color (decimal): -6567910 or 1755291. OLE color: 1755291.

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

Color convert

RGB15520026-
CMYK0.2200.870.22
HSL75.52º76.99%44.31%-
HSV(B)75.52º87%78.43%-
XYZ34.3648.358.5-
YUV166.7148.59119.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.68%
GREEN value IS 200 (78.52% from 255) = 52.49%
BLUE value IS 26 (10.55% from 255) = 6.82%
R=40.68%
G=52.49%
B=6.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal155200260.2200.870.2275.5276.9944.31
Hex9BC81A16057164c4d2c
Octal233310322601272611411554
Binary10011011110010001101010110010101111011010011001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC81A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,200,26); }

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

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

 a { background-color: rgb(155,200,26); }

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

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

 span { border-color: rgb(155,200,26); }

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