Html Css Color HEX #9DC165 Olivine

📋 copy color: '#9DC165'

red 157 ◦ green 193 ◦ blue 101

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

Shades of Olivine #9DC165

Tints of Olivine #9DC165

RGB

 RED value IS 157 (61.72% from 255) = 34.81%

 GREEN value IS 193 (75.78% from 255) = 42.79%

 BLUE value IS 101 (39.84% from 255) = 22.39%

R = 34.81%
G = 42.79%
B = 22.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#9DC165 (or 0x9DC165) is known color: Olivine. HEX triplet: 9D, C1 and 65. RGB value is (157,193,101). Sum of RGB (Red+Green+Blue) = 157+193+101=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC165 is #623E9A. Grayscale: #ACACAC. Windows color (decimal): -6438555 or 6668701. OLE color: 6668701.

HSL color Cylindrical-coordinate representation of color #9DC165: hue angle of 83.48º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DC165 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 193 101 -
CMYK 0.19 0 0.48 0.24
HSL 83.48º 0.43% 0.58% -
HSV(B) 83.48º 0.48% 0.76% -
XYZ 35.32 46.25 19.38 -
YUV 171.75 88.07 117.48 -
System Red Green Blue C M Y K H S L
Decimal 157 193 101 0.19 0 0.48 0.24 83.48 0.43 0.58
Hex 9D C1 65 13 0 30 18 53 2B 3A
Octal 235 301 145 23 0 60 30 123 53 72
Binary 10011101 11000001 1100101 10011 0 110000 11000 1010011 101011 111010

Color Harmonies of #9DC165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC165

Black with #9DC165

Text Example


Text Example

White with #9DC165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DC165; }

 p { color: rgb(157,193,101); }

 H1.HeaderClassName
 {
   color: #9DC165;
 }
 .AnyTagClassName
 {
   color: #9DC165;
 }
</style>

background-color css

<style>
 a { background-color: #9DC165; }

 a { background-color: rgb(157,193,101); }

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

border-color css

<style>
 span { border-color: #9DC165; }

 span { border-color: rgb(157,193,101); }

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