Html Css Color HEX #97BB64 Olivine

📋 copy color: '#97BB64'

red 151 ◦ green 187 ◦ blue 100

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

Shades of Olivine #97BB64

Tints of Olivine #97BB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.83%

R = 34.47%
G = 42.69%
B = 22.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#97BB64 (or 0x97BB64) is known color: Olivine. HEX triplet: 97, BB and 64. RGB value is (151,187,100). Sum of RGB (Red+Green+Blue) = 151+187+100=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BB64 is #68449B. Grayscale: #A6A6A6. Windows color (decimal): -6833308 or 6601623. OLE color: 6601623.

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

Color convert

RGB 151 187 100 -
CMYK 0.19 0 0.47 0.27
HSL 84.83º 0.39% 0.56% -
HSV(B) 84.83º 0.47% 0.73% -
XYZ 32.83 43.04 18.63 -
YUV 166.32 90.57 117.07 -
System Red Green Blue C M Y K H S L
Decimal 151 187 100 0.19 0 0.47 0.27 84.83 0.39 0.56
Hex 97 BB 64 13 0 2F 1B 55 27 38
Octal 227 273 144 23 0 57 33 125 47 70
Binary 10010111 10111011 1100100 10011 0 101111 11011 1010101 100111 111000

Color Harmonies of #97BB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BB64

Black with #97BB64

Text Example


Text Example

White with #97BB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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