Html Css Color HEX #97BB1E Bahia

📋 copy color: '#97BB1E'

red 151 ◦ green 187 ◦ blue 30

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

Shades of Bahia #97BB1E

Tints of Bahia #97BB1E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.82%

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

R = 41.03%
G = 50.82%
B = 8.15%

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

#97BB1E (or 0x97BB1E) is known color: Bahia. HEX triplet: 97, BB and 1E. RGB value is (151,187,30). Sum of RGB (Red+Green+Blue) = 151+187+30=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BB1E is #6844E1. Grayscale: #9E9E9E. Windows color (decimal): -6833378 or 2014103. OLE color: 2014103.

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

Color convert

RGB 151 187 30 -
CMYK 0.19 0 0.84 0.27
HSL 73.76º 0.72% 0.43% -
HSV(B) 73.76º 0.84% 0.73% -
XYZ 30.77 42.21 7.75 -
YUV 158.34 55.57 122.77 -
System Red Green Blue C M Y K H S L
Decimal 151 187 30 0.19 0 0.84 0.27 73.76 0.72 0.43
Hex 97 BB 1E 13 0 54 1B 4A 48 2B
Octal 227 273 36 23 0 124 33 112 110 53
Binary 10010111 10111011 11110 10011 0 1010100 11011 1001010 1001000 101011

Color Harmonies of #97BB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BB1E

Black with #97BB1E

Text Example


Text Example

White with #97BB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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