Html Css Color HEX #97BD5F Olivine

📋 copy color: '#97BD5F'

red 151 ◦ green 189 ◦ blue 95

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

Shades of Olivine #97BD5F

Tints of Olivine #97BD5F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.45%

 BLUE value IS 95 (37.5% from 255) = 21.84%

R = 34.71%
G = 43.45%
B = 21.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#97BD5F (or 0x97BD5F) is known color: Olivine. HEX triplet: 97, BD and 5F. RGB value is (151,189,95). Sum of RGB (Red+Green+Blue) = 151+189+95=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #97BD5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BD5F is #6842A0. Grayscale: #A7A7A7. Windows color (decimal): -6832801 or 6274455. OLE color: 6274455.

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

Color convert

RGB 151 189 95 -
CMYK 0.20 0 0.50 0.26
HSL 84.26º 0.42% 0.56% -
HSV(B) 84.26º 0.5% 0.74% -
XYZ 33.03 43.8 17.54 -
YUV 166.92 87.41 116.64 -
System Red Green Blue C M Y K H S L
Decimal 151 189 95 0.20 0 0.50 0.26 84.26 0.42 0.56
Hex 97 BD 5F 14 0 32 1A 54 2A 38
Octal 227 275 137 24 0 62 32 124 52 70
Binary 10010111 10111101 1011111 10100 0 110010 11010 1010100 101010 111000

Color Harmonies of #97BD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BD5F

Black with #97BD5F

Text Example


Text Example

White with #97BD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,189,95); }

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

background-color css

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

 a { background-color: rgb(151,189,95); }

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

border-color css

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

 span { border-color: rgb(151,189,95); }

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