Html Css Color HEX #97C01E Bahia

📋 copy color: '#97C01E'

red 151 ◦ green 192 ◦ blue 30

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

Shades of Bahia #97C01E

Tints of Bahia #97C01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.04%

R = 40.48%
G = 51.47%
B = 8.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#97C01E (or 0x97C01E) is known color: Bahia. HEX triplet: 97, C0 and 1E. RGB value is (151,192,30). Sum of RGB (Red+Green+Blue) = 151+192+30=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #97C01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C01E is #683FE1. Grayscale: #A1A1A1. Windows color (decimal): -6832098 or 2015383. OLE color: 2015383.

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

Color convert

RGB 151 192 30 -
CMYK 0.21 0 0.84 0.25
HSL 75.19º 0.73% 0.44% -
HSV(B) 75.19º 0.84% 0.75% -
XYZ 31.85 44.37 8.11 -
YUV 161.27 53.92 120.67 -
System Red Green Blue C M Y K H S L
Decimal 151 192 30 0.21 0 0.84 0.25 75.19 0.73 0.44
Hex 97 C0 1E 15 0 54 19 4B 49 2C
Octal 227 300 36 25 0 124 31 113 111 54
Binary 10010111 11000000 11110 10101 0 1010100 11001 1001011 1001001 101100

Color Harmonies of #97C01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C01E

Black with #97C01E

Text Example


Text Example

White with #97C01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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