Html Css Color HEX #97C95B Olivine

📋 copy color: '#97C95B'

red 151 ◦ green 201 ◦ blue 91

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

Shades of Olivine #97C95B

Tints of Olivine #97C95B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.37%

 BLUE value IS 91 (35.94% from 255) = 20.54%

R = 34.09%
G = 45.37%
B = 20.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#97C95B (or 0x97C95B) is known color: Olivine. HEX triplet: 97, C9 and 5B. RGB value is (151,201,91). Sum of RGB (Red+Green+Blue) = 151+201+91=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #97C95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C95B is #6836A4. Grayscale: #ADADAD. Windows color (decimal): -6829733 or 6015383. OLE color: 6015383.

HSL color Cylindrical-coordinate representation of color #97C95B: hue angle of 87.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #97C95B is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 201 91 -
CMYK 0.25 0 0.55 0.21
HSL 87.27º 0.5% 0.57% -
HSV(B) 87.27º 0.55% 0.79% -
XYZ 35.54 49.11 17.5 -
YUV 173.51 81.44 111.94 -
System Red Green Blue C M Y K H S L
Decimal 151 201 91 0.25 0 0.55 0.21 87.27 0.5 0.57
Hex 97 C9 5B 19 0 37 15 57 32 39
Octal 227 311 133 31 0 67 25 127 62 71
Binary 10010111 11001001 1011011 11001 0 110111 10101 1010111 110010 111001

Color Harmonies of #97C95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C95B

Black with #97C95B

Text Example


Text Example

White with #97C95B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,201,91); }

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

background-color css

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

 a { background-color: rgb(151,201,91); }

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

border-color css

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

 span { border-color: rgb(151,201,91); }

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