Html Css Color HEX #97C619 Bahia

📋 copy color: '#97C619'

red 151 ◦ green 198 ◦ blue 25

#97C619
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #97C619

Tints of Bahia #97C619

RGB

 RED value IS 151 (59.38% from 255) = 40.37%

 GREEN value IS 198 (77.73% from 255) = 52.94%

 BLUE value IS 25 (10.16% from 255) = 6.68%

R = 40.37%
G = 52.94%
B = 6.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#97C619 (or 0x97C619) is known color: Bahia. HEX triplet: 97, C6 and 19. RGB value is (151,198,25). Sum of RGB (Red+Green+Blue) = 151+198+25=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 198 (77.73% from 255 or 52.94% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 198 - color contains mainly: green. Hex color #97C619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C619 is #6839E6. Grayscale: #A4A4A4. Windows color (decimal): -6830567 or 1689239. OLE color: 1689239.

HSL color Cylindrical-coordinate representation of color #97C619: hue angle of 76.3º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #97C619 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 198 25 -
CMYK 0.24 0 0.87 0.22
HSL 76.3º 0.78% 0.44% -
HSV(B) 76.3º 0.87% 0.78% -
XYZ 33.13 47.04 8.25 -
YUV 164.23 49.43 118.57 -
System Red Green Blue C M Y K H S L
Decimal 151 198 25 0.24 0 0.87 0.22 76.3 0.78 0.44
Hex 97 C6 19 18 0 57 16 4C 4E 2C
Octal 227 306 31 30 0 127 26 114 116 54
Binary 10010111 11000110 11001 11000 0 1010111 10110 1001100 1001110 101100

Color Harmonies of #97C619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C619

Black with #97C619

Text Example


Text Example

White with #97C619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,198,25); }

 H1.HeaderClassName
 {
   color: #97C619;
 }
 .AnyTagClassName
 {
   color: #97C619;
 }
</style>

background-color css

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

 a { background-color: rgb(151,198,25); }

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

border-color css

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

 span { border-color: rgb(151,198,25); }

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