Html Css Color HEX #97BE21 Bahia

📋 copy color: '#97BE21'

red 151 ◦ green 190 ◦ blue 33

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

Shades of Bahia #97BE21

Tints of Bahia #97BE21

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.8%

 BLUE value IS 33 (13.28% from 255) = 8.82%

R = 40.37%
G = 50.8%
B = 8.82%

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

#97BE21 (or 0x97BE21) is known color: Bahia. HEX triplet: 97, BE and 21. RGB value is (151,190,33). Sum of RGB (Red+Green+Blue) = 151+190+33=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #97BE21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BE21 is #6841DE. Grayscale: #A1A1A1. Windows color (decimal): -6832607 or 2211479. OLE color: 2211479.

HSL color Cylindrical-coordinate representation of color #97BE21: hue angle of 74.9º degrees, saturation: 0.7, 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 #97BE21 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 190 33 -
CMYK 0.21 0 0.83 0.25
HSL 74.9º 0.7% 0.44% -
HSV(B) 74.9º 0.83% 0.75% -
XYZ 31.45 43.52 8.18 -
YUV 160.44 56.08 121.27 -
System Red Green Blue C M Y K H S L
Decimal 151 190 33 0.21 0 0.83 0.25 74.9 0.7 0.44
Hex 97 BE 21 15 0 53 19 4B 46 2C
Octal 227 276 41 25 0 123 31 113 106 54
Binary 10010111 10111110 100001 10101 0 1010011 11001 1001011 1000110 101100

Color Harmonies of #97BE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BE21

Black with #97BE21

Text Example


Text Example

White with #97BE21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,190,33); }

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

background-color css

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

 a { background-color: rgb(151,190,33); }

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

border-color css

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

 span { border-color: rgb(151,190,33); }

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