Html Css Color HEX #97C262 Olivine

📋 copy color: '#97C262'

red 151 ◦ green 194 ◦ blue 98

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

Shades of Olivine #97C262

Tints of Olivine #97C262

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.79%

 BLUE value IS 98 (38.67% from 255) = 22.12%

R = 34.09%
G = 43.79%
B = 22.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#97C262 (or 0x97C262) is known color: Olivine. HEX triplet: 97, C2 and 62. RGB value is (151,194,98). Sum of RGB (Red+Green+Blue) = 151+194+98=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #97C262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C262 is #683D9D. Grayscale: #AAAAAA. Windows color (decimal): -6831518 or 6472343. OLE color: 6472343.

HSL color Cylindrical-coordinate representation of color #97C262: hue angle of 86.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #97C262 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 194 98 -
CMYK 0.22 0 0.49 0.24
HSL 86.88º 0.44% 0.57% -
HSV(B) 86.88º 0.49% 0.76% -
XYZ 34.26 46.04 18.64 -
YUV 170.2 87.25 114.31 -
System Red Green Blue C M Y K H S L
Decimal 151 194 98 0.22 0 0.49 0.24 86.88 0.44 0.57
Hex 97 C2 62 16 0 31 18 57 2C 39
Octal 227 302 142 26 0 61 30 127 54 71
Binary 10010111 11000010 1100010 10110 0 110001 11000 1010111 101100 111001

Color Harmonies of #97C262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C262

Black with #97C262

Text Example


Text Example

White with #97C262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,194,98); }

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

background-color css

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

 a { background-color: rgb(151,194,98); }

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

border-color css

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

 span { border-color: rgb(151,194,98); }

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