Html Css Color HEX #97BA1D Bahia

📋 copy color: '#97BA1D'

red 151 ◦ green 186 ◦ blue 29

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

Shades of Bahia #97BA1D

Tints of Bahia #97BA1D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.82%

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

R = 41.26%
G = 50.82%
B = 7.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#97BA1D (or 0x97BA1D) is known color: Bahia. HEX triplet: 97, BA and 1D. RGB value is (151,186,29). Sum of RGB (Red+Green+Blue) = 151+186+29=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BA1D is #6845E2. Grayscale: #9E9E9E. Windows color (decimal): -6833635 or 1948311. OLE color: 1948311.

HSL color Cylindrical-coordinate representation of color #97BA1D: hue angle of 73.38º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #97BA1D is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 186 29 -
CMYK 0.19 0 0.84 0.27
HSL 73.38º 0.73% 0.42% -
HSV(B) 73.38º 0.84% 0.73% -
XYZ 30.54 41.79 7.62 -
YUV 157.64 55.4 123.27 -
System Red Green Blue C M Y K H S L
Decimal 151 186 29 0.19 0 0.84 0.27 73.38 0.73 0.42
Hex 97 BA 1D 13 0 54 1B 49 49 2A
Octal 227 272 35 23 0 124 33 111 111 52
Binary 10010111 10111010 11101 10011 0 1010100 11011 1001001 1001001 101010

Color Harmonies of #97BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BA1D

Black with #97BA1D

Text Example


Text Example

White with #97BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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