#9BC169

Color #9BC169 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9BC169

Tints of Olivine #9BC169

Color information

#9BC169 (or 0x9BC169) is unknown color: approx Olivine. HEX triplet: 9B, C1 and 69. RGB value is (155,193,105). Sum of RGB (Red+Green+Blue) = 155+193+105=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC169 is #643E96. Grayscale: #ABABAB. Windows color (decimal): -6569623 or 6930843. OLE color: 6930843.

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

Color convert

RGB155193105-
CMYK0.2000.460.24
HSL85.91º41.51%58.43%-
HSV(B)85.91º45.6%75.69%-
XYZ35.1446.1320.42-
YUV171.6190.41116.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.22%
GREEN value IS 193 (75.78% from 255) = 42.60%
BLUE value IS 105 (41.41% from 255) = 23.18%
R=34.22%
G=42.60%
B=23.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551931050.2000.460.2485.9141.5158.43
Hex9BC1691402E18562a3a
Octal23330115124056301265272
Binary10011011110000011101001101000101110110001010110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BC169;
 }
 .AnyTagClassName
 {
   color: #9BC169;
 }
</style>
background-color css

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

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

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

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

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

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