#99bd1b

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

Shades of Bahia #99BD1B

Tints of Bahia #99BD1B

Color information

#99BD1B (or 0x99BD1B) is unknown color: approx Bahia. HEX triplet: 99, BD and 1B. RGB value is (153,189,27). Sum of RGB (Red+Green+Blue) = 153+189+27=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BD1B is #6642E4. Grayscale: #A0A0A0. Windows color (decimal): -6701797 or 1818009. OLE color: 1818009.

HSL color Cylindrical-coordinate representation of color #99BD1B: hue angle of 73.33º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99BD1B is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB15318927-
CMYK0.1900.860.26
HSL73.33º75%42.35%-
HSV(B)73.33º85.71%74.12%-
XYZ31.5343.257.72-
YUV159.7753.07123.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 189 (74.22% from 255) = 51.22%
BLUE value IS 27 (10.94% from 255) = 7.32%
R=41.46%
G=51.22%
B=7.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153189270.1900.860.2673.337542.35
Hex99BD1B130561A494b2a
Octal231275332301263211111352
Binary10011001101111011101110011010101101101010010011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99bd1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99bd1b; }

 p { color: rgb(153,189,27); }

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

<style>
 a { background-color: #99bd1b; }

 a { background-color: rgb(153,189,27); }

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

<style>
 span { border-color: #99bd1b; }

 span { border-color: rgb(153,189,27); }

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