Html Css Color HEX #97C05B Olivine

📋 copy color: '#97C05B'

red 151 ◦ green 192 ◦ blue 91

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

Shades of Olivine #97C05B

Tints of Olivine #97C05B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.24%

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

R = 34.79%
G = 44.24%
B = 20.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#97C05B (or 0x97C05B) is known color: Olivine. HEX triplet: 97, C0 and 5B. RGB value is (151,192,91). Sum of RGB (Red+Green+Blue) = 151+192+91=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #97C05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C05B is #683FA4. Grayscale: #A8A8A8. Windows color (decimal): -6832037 or 6013079. OLE color: 6013079.

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

Color convert

RGB 151 192 91 -
CMYK 0.21 0 0.53 0.25
HSL 84.36º 0.44% 0.55% -
HSV(B) 84.36º 0.53% 0.75% -
XYZ 33.5 45.03 16.82 -
YUV 168.23 84.42 115.71 -
System Red Green Blue C M Y K H S L
Decimal 151 192 91 0.21 0 0.53 0.25 84.36 0.44 0.55
Hex 97 C0 5B 15 0 35 19 54 2C 37
Octal 227 300 133 25 0 65 31 124 54 67
Binary 10010111 11000000 1011011 10101 0 110101 11001 1010100 101100 110111

Color Harmonies of #97C05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C05B

Black with #97C05B

Text Example


Text Example

White with #97C05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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