Html Css Color HEX #9BC174 Olivine

📋 copy color: '#9BC174'

red 155 ◦ green 193 ◦ blue 116

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

Shades of Olivine #9BC174

Tints of Olivine #9BC174

RGB

 RED value IS 155 (60.94% from 255) = 33.41%

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

 BLUE value IS 116 (45.7% from 255) = 25%

R = 33.41%
G = 41.59%
B = 25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#9BC174 (or 0x9BC174) is known color: Olivine. HEX triplet: 9B, C1 and 74. RGB value is (155,193,116). Sum of RGB (Red+Green+Blue) = 155+193+116=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC174 is #643E8B. Grayscale: #ADADAD. Windows color (decimal): -6569612 or 7651739. OLE color: 7651739.

HSL color Cylindrical-coordinate representation of color #9BC174: hue angle of 89.61º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BC174 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 193 116 -
CMYK 0.20 0 0.40 0.24
HSL 89.61º 0.38% 0.61% -
HSV(B) 89.61º 0.4% 0.76% -
XYZ 35.74 46.37 23.59 -
YUV 172.86 95.91 115.26 -
System Red Green Blue C M Y K H S L
Decimal 155 193 116 0.20 0 0.40 0.24 89.61 0.38 0.61
Hex 9B C1 74 14 0 28 18 5A 26 3D
Octal 233 301 164 24 0 50 30 132 46 75
Binary 10011011 11000001 1110100 10100 0 101000 11000 1011010 100110 111101

Color Harmonies of #9BC174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC174

Black with #9BC174

Text Example


Text Example

White with #9BC174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,193,116); }

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

background-color css

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

 a { background-color: rgb(155,193,116); }

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

border-color css

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

 span { border-color: rgb(155,193,116); }

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