#9BB21D

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

Shades of Bahia #9BB21D

Tints of Bahia #9BB21D

Color information

#9BB21D (or 0x9BB21D) is unknown color: approx Bahia. HEX triplet: 9B, B2 and 1D. RGB value is (155,178,29). Sum of RGB (Red+Green+Blue) = 155+178+29=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 178 (69.92% from 255 or 49.17% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BB21D is #644DE2. Grayscale: #9A9A9A. Windows color (decimal): -6573539 or 1946267. OLE color: 1946267.

HSL color Cylindrical-coordinate representation of color #9BB21D: hue angle of 69.26º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9BB21D is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB15517829-
CMYK0.1300.840.30
HSL69.26º71.98%40.59%-
HSV(B)69.26º83.71%69.8%-
XYZ29.6638.97.11-
YUV154.1457.38128.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.82%
GREEN value IS 178 (69.92% from 255) = 49.17%
BLUE value IS 29 (11.72% from 255) = 8.01%
R=42.82%
G=49.17%
B=8.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal155178290.1300.840.3069.2671.9840.59
Hex9BB21DD0541E454829
Octal233262351501243610511051
Binary1001101110110010111011101010101001111010001011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,178,29); }

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

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

 a { background-color: rgb(155,178,29); }

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

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

 span { border-color: rgb(155,178,29); }

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