Html Css Color HEX #97C020 Bahia

📋 copy color: '#97C020'

red 151 ◦ green 192 ◦ blue 32

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

Shades of Bahia #97C020

Tints of Bahia #97C020

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.2%

 BLUE value IS 32 (12.89% from 255) = 8.53%

R = 40.27%
G = 51.2%
B = 8.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#97C020 (or 0x97C020) is known color: Bahia. HEX triplet: 97, C0 and 20. RGB value is (151,192,32). Sum of RGB (Red+Green+Blue) = 151+192+32=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #97C020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C020 is #683FDF. Grayscale: #A2A2A2. Windows color (decimal): -6832096 or 2146455. OLE color: 2146455.

HSL color Cylindrical-coordinate representation of color #97C020: hue angle of 75.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #97C020 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 192 32 -
CMYK 0.21 0 0.83 0.25
HSL 75.38º 0.71% 0.44% -
HSV(B) 75.38º 0.83% 0.75% -
XYZ 31.87 44.38 8.25 -
YUV 161.5 54.92 120.51 -
System Red Green Blue C M Y K H S L
Decimal 151 192 32 0.21 0 0.83 0.25 75.38 0.71 0.44
Hex 97 C0 20 15 0 53 19 4B 47 2C
Octal 227 300 40 25 0 123 31 113 107 54
Binary 10010111 11000000 100000 10101 0 1010011 11001 1001011 1000111 101100

Color Harmonies of #97C020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C020

Black with #97C020

Text Example


Text Example

White with #97C020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,192,32); }

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

background-color css

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

 a { background-color: rgb(151,192,32); }

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

border-color css

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

 span { border-color: rgb(151,192,32); }

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