#97C41C

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

Shades of Bahia #97C41C

Tints of Bahia #97C41C

Color information

#97C41C (or 0x97C41C) is unknown color: approx Bahia. HEX triplet: 97, C4 and 1C. RGB value is (151,196,28). Sum of RGB (Red+Green+Blue) = 151+196+28=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #97C41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C41C is #683BE3. Grayscale: #A4A4A4. Windows color (decimal): -6831076 or 1885335. OLE color: 1885335.

HSL color Cylindrical-coordinate representation of color #97C41C: hue angle of 76.07º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #97C41C is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB15119628-
CMYK0.2300.860.23
HSL76.07º75%43.92%-
HSV(B)76.07º85.71%76.86%-
XYZ32.7146.148.28-
YUV163.3951.59119.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.27%
GREEN value IS 196 (76.95% from 255) = 52.27%
BLUE value IS 28 (11.33% from 255) = 7.47%
R=40.27%
G=52.27%
B=7.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal151196280.2300.860.2376.077543.92
Hex97C41C17056174c4b2c
Octal227304342701262711411354
Binary10010111110001001110010111010101101011110011001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C41C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,196,28); }

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

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

 a { background-color: rgb(151,196,28); }

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

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

 span { border-color: rgb(151,196,28); }

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