#97BD24

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

Shades of Bahia #97BD24

Tints of Bahia #97BD24

Color information

#97BD24 (or 0x97BD24) is unknown color: approx Bahia. HEX triplet: 97, BD and 24. RGB value is (151,189,36). Sum of RGB (Red+Green+Blue) = 151+189+36=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #97BD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BD24 is #6842DB. Grayscale: #A0A0A0. Windows color (decimal): -6832860 or 2407831. OLE color: 2407831.

HSL color Cylindrical-coordinate representation of color #97BD24: hue angle of 74.9º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97BD24 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB15118936-
CMYK0.2000.810.26
HSL74.9º68%44.12%-
HSV(B)74.9º80.95%74.12%-
XYZ31.2843.18.34-
YUV160.257.91121.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.16%
GREEN value IS 189 (74.22% from 255) = 50.27%
BLUE value IS 36 (14.45% from 255) = 9.57%
R=40.16%
G=50.27%
B=9.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151189360.2000.810.2674.96844.12
Hex97BD24140511A4b442c
Octal227275442401213211310454
Binary100101111011110110010010100010100011101010010111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BD24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,189,36); }

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

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

 a { background-color: rgb(151,189,36); }

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

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

 span { border-color: rgb(151,189,36); }

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