Html Css Color HEX #97BC64 Olivine

📋 copy color: '#97BC64'

red 151 ◦ green 188 ◦ blue 100

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

Shades of Olivine #97BC64

Tints of Olivine #97BC64

RGB

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

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

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

R = 34.4%
G = 42.82%
B = 22.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#97BC64 (or 0x97BC64) is known color: Olivine. HEX triplet: 97, BC and 64. RGB value is (151,188,100). Sum of RGB (Red+Green+Blue) = 151+188+100=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #97BC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BC64 is #68439B. Grayscale: #A7A7A7. Windows color (decimal): -6833052 or 6601879. OLE color: 6601879.

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

Color convert

RGB 151 188 100 -
CMYK 0.20 0 0.47 0.26
HSL 85.23º 0.4% 0.56% -
HSV(B) 85.23º 0.47% 0.74% -
XYZ 33.05 43.47 18.7 -
YUV 166.91 90.24 116.66 -
System Red Green Blue C M Y K H S L
Decimal 151 188 100 0.20 0 0.47 0.26 85.23 0.4 0.56
Hex 97 BC 64 14 0 2F 1A 55 28 38
Octal 227 274 144 24 0 57 32 125 50 70
Binary 10010111 10111100 1100100 10100 0 101111 11010 1010101 101000 111000

Color Harmonies of #97BC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BC64

Black with #97BC64

Text Example


Text Example

White with #97BC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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