#9BBF65

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

Shades of Olivine #9BBF65

Tints of Olivine #9BBF65

Color information

#9BBF65 (or 0x9BBF65) is unknown color: approx Olivine. HEX triplet: 9B, BF and 65. RGB value is (155,191,101). Sum of RGB (Red+Green+Blue) = 155+191+101=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBF65 is #64409A. Grayscale: #AAAAAA. Windows color (decimal): -6570139 or 6668187. OLE color: 6668187.

HSL color Cylindrical-coordinate representation of color #9BBF65: hue angle of 84º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BBF65 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB155191101-
CMYK0.1900.470.25
HSL84º41.28%57.25%-
HSV(B)84º47.12%74.9%-
XYZ34.545.1719.21-
YUV169.9889.07117.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.68%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 101 (39.84% from 255) = 22.60%
R=34.68%
G=42.73%
B=22.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551911010.1900.470.258441.2857.25
Hex9BBF651302F19542939
Octal23327714523057311245171
Binary10011011101111111100101100110101111110011010100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,191,101); }

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

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

 a { background-color: rgb(155,191,101); }

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

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

 span { border-color: rgb(155,191,101); }

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