#9BCB1A

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

Shades of Bahia #9BCB1A

Tints of Bahia #9BCB1A

Color information

#9BCB1A (or 0x9BCB1A) is unknown color: approx Bahia. HEX triplet: 9B, CB and 1A. RGB value is (155,203,26). Sum of RGB (Red+Green+Blue) = 155+203+26=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCB1A is #6434E5. Grayscale: #A9A9A9. Windows color (decimal): -6567142 or 1756059. OLE color: 1756059.

HSL color Cylindrical-coordinate representation of color #9BCB1A: hue angle of 76.27º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9BCB1A is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB15520326-
CMYK0.2400.870.20
HSL76.27º77.29%44.9%-
HSV(B)76.27º87.19%79.61%-
XYZ35.0649.768.73-
YUV168.4747.6118.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.36%
GREEN value IS 203 (79.69% from 255) = 52.86%
BLUE value IS 26 (10.55% from 255) = 6.77%
R=40.36%
G=52.86%
B=6.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal155203260.2400.870.2076.2777.2944.9
Hex9BCB1A18057144c4d2d
Octal233313323001272411411555
Binary10011011110010111101011000010101111010010011001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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