Html Css Color HEX #97BA63 Olivine

📋 copy color: '#97BA63'

red 151 ◦ green 186 ◦ blue 99

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

Shades of Olivine #97BA63

Tints of Olivine #97BA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.71%

R = 34.63%
G = 42.66%
B = 22.71%

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

#97BA63 (or 0x97BA63) is known color: Olivine. HEX triplet: 97, BA and 63. RGB value is (151,186,99). Sum of RGB (Red+Green+Blue) = 151+186+99=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BA63 is #68459C. Grayscale: #A5A5A5. Windows color (decimal): -6833565 or 6535831. OLE color: 6535831.

HSL color Cylindrical-coordinate representation of color #97BA63: hue angle of 84.14º 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 #97BA63 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 186 99 -
CMYK 0.19 0 0.47 0.27
HSL 84.14º 0.39% 0.56% -
HSV(B) 84.14º 0.47% 0.73% -
XYZ 32.57 42.6 18.31 -
YUV 165.62 90.4 117.57 -
System Red Green Blue C M Y K H S L
Decimal 151 186 99 0.19 0 0.47 0.27 84.14 0.39 0.56
Hex 97 BA 63 13 0 2F 1B 54 27 38
Octal 227 272 143 23 0 57 33 124 47 70
Binary 10010111 10111010 1100011 10011 0 101111 11011 1010100 100111 111000

Color Harmonies of #97BA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BA63

Black with #97BA63

Text Example


Text Example

White with #97BA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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