#9BBE6E

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

Shades of Olivine #9BBE6E

Tints of Olivine #9BBE6E

Color information

#9BBE6E (or 0x9BBE6E) is unknown color: approx Olivine. HEX triplet: 9B, BE and 6E. RGB value is (155,190,110). Sum of RGB (Red+Green+Blue) = 155+190+110=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBE6E is #644191. Grayscale: #AAAAAA. Windows color (decimal): -6570386 or 7257755. OLE color: 7257755.

HSL color Cylindrical-coordinate representation of color #9BBE6E: hue angle of 86.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BBE6E is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB155190110-
CMYK0.1800.420.25
HSL86.25º38.1%58.82%-
HSV(B)86.25º42.11%74.51%-
XYZ34.7544.9221.59-
YUV170.4293.9117-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.07%
GREEN value IS 190 (74.61% from 255) = 41.76%
BLUE value IS 110 (43.36% from 255) = 24.18%
R=34.07%
G=41.76%
B=24.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901100.1800.420.2586.2538.158.82
Hex9BBE6E1202A1956263b
Octal23327615622052311264673
Binary10011011101111101101110100100101010110011010110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,190,110); }

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

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

 a { background-color: rgb(155,190,110); }

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

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

 span { border-color: rgb(155,190,110); }

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