#9BC369

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

Shades of Olivine #9BC369

Tints of Olivine #9BC369

Color information

#9BC369 (or 0x9BC369) is unknown color: approx Olivine. HEX triplet: 9B, C3 and 69. RGB value is (155,195,105). Sum of RGB (Red+Green+Blue) = 155+195+105=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC369 is #643C96. Grayscale: #ADADAD. Windows color (decimal): -6569111 or 6931355. OLE color: 6931355.

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

Color convert

RGB155195105-
CMYK0.2100.460.24
HSL86.67º42.86%58.82%-
HSV(B)86.67º46.15%76.47%-
XYZ35.5847.0220.56-
YUV172.7889.75115.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.07%
GREEN value IS 195 (76.56% from 255) = 42.86%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=34.07%
G=42.86%
B=23.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551951050.2100.460.2486.6742.8658.82
Hex9BC3691502E18572b3b
Octal23330315125056301275373
Binary10011011110000111101001101010101110110001010111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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