#9BBE6F

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

Shades of Olivine #9BBE6F

Tints of Olivine #9BBE6F

Color information

#9BBE6F (or 0x9BBE6F) is unknown color: approx Olivine. HEX triplet: 9B, BE and 6F. RGB value is (155,190,111). Sum of RGB (Red+Green+Blue) = 155+190+111=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBE6F is #644190. Grayscale: #AAAAAA. Windows color (decimal): -6570385 or 7323291. OLE color: 7323291.

HSL color Cylindrical-coordinate representation of color #9BBE6F: hue angle of 86.58º 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 #9BBE6F is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB155190111-
CMYK0.1800.420.25
HSL86.58º37.8%59.02%-
HSV(B)86.58º41.58%74.51%-
XYZ34.844.9421.88-
YUV170.5394.4116.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.99%
GREEN value IS 190 (74.61% from 255) = 41.67%
BLUE value IS 111 (43.75% from 255) = 24.34%
R=33.99%
G=41.67%
B=24.34%

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
Decimal1551901110.1800.420.2586.5837.859.02
Hex9BBE6F1202A1957263b
Octal23327615722052311274673
Binary10011011101111101101111100100101010110011010111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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