#9BC56B

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

Shades of Olivine #9BC56B

Tints of Olivine #9BC56B

Color information

#9BC56B (or 0x9BC56B) is unknown color: approx Olivine. HEX triplet: 9B, C5 and 6B. RGB value is (155,197,107). Sum of RGB (Red+Green+Blue) = 155+197+107=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC56B is #643A94. Grayscale: #AEAEAE. Windows color (decimal): -6568597 or 7062939. OLE color: 7062939.

HSL color Cylindrical-coordinate representation of color #9BC56B: hue angle of 88º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BC56B is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB155197107-
CMYK0.2100.460.23
HSL88º43.69%59.61%-
HSV(B)88º45.69%77.25%-
XYZ36.1447.9621.26-
YUV174.1890.09114.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.77%
GREEN value IS 197 (77.34% from 255) = 42.92%
BLUE value IS 107 (42.19% from 255) = 23.31%
R=33.77%
G=42.92%
B=23.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1551971070.2100.460.238843.6959.61
Hex9BC56B1502E17582c3c
Octal23330515325056271305474
Binary10011011110001011101011101010101110101111011000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,197,107); }

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

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

 a { background-color: rgb(155,197,107); }

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

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

 span { border-color: rgb(155,197,107); }

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