#97BB1D

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

Shades of Bahia #97BB1D

Tints of Bahia #97BB1D

Color information

#97BB1D (or 0x97BB1D) is unknown color: approx Bahia. HEX triplet: 97, BB and 1D. RGB value is (151,187,29). Sum of RGB (Red+Green+Blue) = 151+187+29=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 187 (73.44% from 255 or 50.95% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BB1D is #6844E2. Grayscale: #9E9E9E. Windows color (decimal): -6833379 or 1948567. OLE color: 1948567.

HSL color Cylindrical-coordinate representation of color #97BB1D: hue angle of 73.67º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #97BB1D is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB15118729-
CMYK0.1900.840.27
HSL73.67º73.15%42.35%-
HSV(B)73.67º84.49%73.33%-
XYZ30.7542.217.69-
YUV158.2255.07122.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.14%
GREEN value IS 187 (73.44% from 255) = 50.95%
BLUE value IS 29 (11.72% from 255) = 7.90%
R=41.14%
G=50.95%
B=7.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151187290.1900.840.2773.6773.1542.35
Hex97BB1D130541B4a492a
Octal227273352301243311211152
Binary10010111101110111110110011010101001101110010101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BB1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97BB1D; }

 p { color: rgb(151,187,29); }

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

<style>
 a { background-color: #97BB1D; }

 a { background-color: rgb(151,187,29); }

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

<style>
 span { border-color: #97BB1D; }

 span { border-color: rgb(151,187,29); }

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