Html Css Color HEX #97BC1D Bahia

📋 copy color: '#97BC1D'

red 151 ◦ green 188 ◦ blue 29

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

Shades of Bahia #97BC1D

Tints of Bahia #97BC1D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.09%

 BLUE value IS 29 (11.72% from 255) = 7.88%

R = 41.03%
G = 51.09%
B = 7.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#97BC1D (or 0x97BC1D) is known color: Bahia. HEX triplet: 97, BC and 1D. RGB value is (151,188,29). Sum of RGB (Red+Green+Blue) = 151+188+29=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #97BC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BC1D is #6843E2. Grayscale: #9F9F9F. Windows color (decimal): -6833123 or 1948823. OLE color: 1948823.

HSL color Cylindrical-coordinate representation of color #97BC1D: hue angle of 73.96º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #97BC1D is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 188 29 -
CMYK 0.20 0 0.85 0.26
HSL 73.96º 0.73% 0.43% -
HSV(B) 73.96º 0.85% 0.74% -
XYZ 30.97 42.63 7.76 -
YUV 158.81 54.74 122.43 -
System Red Green Blue C M Y K H S L
Decimal 151 188 29 0.20 0 0.85 0.26 73.96 0.73 0.43
Hex 97 BC 1D 14 0 55 1A 4A 49 2B
Octal 227 274 35 24 0 125 32 112 111 53
Binary 10010111 10111100 11101 10100 0 1010101 11010 1001010 1001001 101011

Color Harmonies of #97BC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BC1D

Black with #97BC1D

Text Example


Text Example

White with #97BC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,188,29); }

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

background-color css

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

 a { background-color: rgb(151,188,29); }

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

border-color css

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

 span { border-color: rgb(151,188,29); }

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