#9BBE5E

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

Shades of Olivine #9BBE5E

Tints of Olivine #9BBE5E

Color information

#9BBE5E (or 0x9BBE5E) is unknown color: approx Olivine. HEX triplet: 9B, BE and 5E. RGB value is (155,190,94). Sum of RGB (Red+Green+Blue) = 155+190+94=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBE5E is #6441A1. Grayscale: #A8A8A8. Windows color (decimal): -6570402 or 6209179. OLE color: 6209179.

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

Color convert

RGB15519094-
CMYK0.1800.510.25
HSL81.88º42.48%55.69%-
HSV(B)81.88º50.53%74.51%-
XYZ33.9544.617.41-
YUV168.5985.9118.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.31%
GREEN value IS 190 (74.61% from 255) = 43.28%
BLUE value IS 94 (37.11% from 255) = 21.41%
R=35.31%
G=43.28%
B=21.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155190940.1800.510.2581.8842.4855.69
Hex9BBE5E1203319522a38
Octal23327613622063311225270
Binary10011011101111101011110100100110011110011010010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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