Html Css Color HEX #97CB64 Olivine

📋 copy color: '#97CB64'

red 151 ◦ green 203 ◦ blue 100

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

Shades of Olivine #97CB64

Tints of Olivine #97CB64

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.71%

 BLUE value IS 100 (39.45% from 255) = 22.03%

R = 33.26%
G = 44.71%
B = 22.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#97CB64 (or 0x97CB64) is known color: Olivine. HEX triplet: 97, CB and 64. RGB value is (151,203,100). Sum of RGB (Red+Green+Blue) = 151+203+100=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #97CB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CB64 is #68349B. Grayscale: #B0B0B0. Windows color (decimal): -6829212 or 6605719. OLE color: 6605719.

HSL color Cylindrical-coordinate representation of color #97CB64: hue angle of 90.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97CB64 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 203 100 -
CMYK 0.26 0 0.51 0.20
HSL 90.29º 0.5% 0.59% -
HSV(B) 90.29º 0.51% 0.8% -
XYZ 36.42 50.21 19.83 -
YUV 175.71 85.27 110.38 -
System Red Green Blue C M Y K H S L
Decimal 151 203 100 0.26 0 0.51 0.20 90.29 0.5 0.59
Hex 97 CB 64 1A 0 33 14 5A 32 3B
Octal 227 313 144 32 0 63 24 132 62 73
Binary 10010111 11001011 1100100 11010 0 110011 10100 1011010 110010 111011

Color Harmonies of #97CB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CB64

Black with #97CB64

Text Example


Text Example

White with #97CB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,203,100); }

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

background-color css

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

 a { background-color: rgb(151,203,100); }

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

border-color css

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

 span { border-color: rgb(151,203,100); }

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